mean00 / ILI9341_extended

Better font management for stm32 ILI9341 driver as found in stm32duino, rg version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This add "truetype"-ish font support for the ILI9341 driver found in stm32duino (Roger CLarck version) It is using block mode to quickly draw fonts and has "auto clear" support, i.e. no need to clear first then draw on top

It is an overlay on top of the ILI9341_STM and adds a few methods to print stuff

About

Better font management for stm32 ILI9341 driver as found in stm32duino, rg version

License:Other


Languages

Language:C 51.3%Language:C++ 48.7%