mireq / st7789-stm32-driver

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

ST7789-stm32 driver #2

Closed hpexeph closed 4 years ago

hpexeph commented 4 years ago

Hello First of all I want to thank you about the library you put in github. I want to use the library with stm32f103vet6 Is there any functions for draw line or write text ?

mireq commented 4 years ago

Drawing lines or text is not responsibility of driver. This is done by the graphic library (e.g. ugui - code in st7789-stm32-driver/example/blue_pill/ugui/ directory).