KurtE / ILI9341_t3n

Extended ILI9341_T3 library (Teensy) including all SPI buses, Frame buffer, plus
MIT License
51 stars 23 forks source link

Add measureTextWidth/Height #47

Closed KurtE closed 1 year ago

KurtE commented 1 year ago

resolves: #46

Added in the two methods for more compatibility with ili9341_t3 driver. Note: These are simply calling the method getTextBounds, which has additional functionality.