Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 514 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 514 Bytes

GLCD.AVR

GLCD Driver for AVR micros.
This is a simple libtrary for using GLCD's. In this project, I have used Topway's 128x64 GLCD. But you can easily configure it for any other resolution. The fonts are custom made and can be used in regular and 2x size.
This is a driver for GLCDs using parallel data port. (not SPI or i2c)
Developed in AVR Studio 7
Only the "SIAM_GLCD" is the required driver. the other header file was developed for my personal requirement. But you watch it too :)