ardnew / ILI9341-STM32-HAL

ILI9341 color TFT display and touchscreen driver for STM32 using HAL SPI with DMA
MIT License
86 stars 17 forks source link

Add newline detection in ili9341_draw_string() #6

Closed IboKhaled closed 3 years ago

IboKhaled commented 3 years ago

The characters after a newline will be printed in the next line

ardnew commented 3 years ago

Looks good, merging.

Thank you @IboKhaled for yet another solid update