mireq / st7789-stm32-driver

ST7789 display driver for STM32F103C8 (blue pill)
MIT License
44 stars 7 forks source link

Text/Font Support Please #1

Closed apoorv1in closed 5 years ago

mireq commented 5 years ago

Font drawing is not responsibility of driver. I have added example how to use with gui library.

https://github.com/mireq/st7789-stm32-driver/blob/6b1b614405b1933bebff21172d933922bd198b73/example/blue_pill/ugui/main.c#L113-L132