glcd
glcd copied to clipboard
Graphic LCD Library for microcontrollers based embedded systems. Compatible with chipsets PCD854, ST7565R, NTD75451 and many AVR, LPC, PIC, STM32 devices.
Hi, I added support for PIC18 mcus (tested with PIC18F26K80) Only supporting ST7565R and SSD1309 (which has been added in the controller list) SSD1309 should work with SPI or I2C...
## Description A function to show icons anywhere on the screen. ## Motivation Be able to update icons anywhere on the display without fully refreshing display buffer. Useful for user...
Hi, thanks for the greate library. I made a project with this library.I noticed that the (glcd_draw_string_xy(0,0,string);) affect the code speed . specially that the code is dependent on reading...