wwatson4506 / Ra8876LiteTeensy

Teensy RA8876 Driver
14 stars 7 forks source link

Updates for Fonts #20

Closed KurtE closed 2 weeks ago

KurtE commented 2 weeks ago

Did like I did in the 8080 41 branch and converted over to using the ILI9341_fonts.h file instead of _fonts.h Helps when we are looking at fonts from @mjs513 font library

Also updated GFX Font code to be able to use the GFX fonts.

Also fixed the drawing using the default font: setFont();

There were several issues like how it detects transparent or opaque and in the opaque case, I reworked to actually create a memory bitmap of the chracter and then use writeRect to output it