PaulStoffregen / ILI9341_t3

Optimized ILI9341 TFT Library
http://pjrc.com/store/display_ili9341.html
241 stars 93 forks source link

Optimized proportional font drawing and circles+rounded rects #61

Closed bitbank2 closed 4 years ago

bitbank2 commented 4 years ago

Prop fonts now draw about 40% faster (the bigger, the more the improvement) and circles and rounded-rects can see as much as 100% speedup depending on the size (the larger, the more improvement). The GFX benchmark will only show improvement for rounded rects because the circle test uses tiny circles.

Proportional font timings have also been added to the graphicstest example sketch