andygock / glcd

Graphic LCD Library for microcontrollers based embedded systems. Compatible with chipsets PCD854, ST7565R, NTD75451 and many AVR, LPC, PIC, STM32 devices.
Other
97 stars 47 forks source link

STM32F4 support, Zolen LCD and text.c bug #5

Closed miguelmoreto closed 9 years ago

miguelmoreto commented 9 years ago

I added a device file and header for STM32F4xx. I tested on a Nucleo F401RE board (STM32f401RE). I also created an initialization code for a Zolentech 128x64 COG LCD. Corrected a bug in text.c file for reading fonts in MikroE format. bytes_high is computed wrong if the font height is not a multiple of 8. Updated Readme.md with the new symbols I have created: GLCD_DEVICE_STM32F4XX and GLCD_INIT_ZOLEN_12864_FFSSWE_NAA