Skip to content

WetGlasses/GLCD.AVR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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 :)