WetGlasses / GLCD.AVR

GLCD Driver for AVR micros.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GLCD Driver for AVR micros.


Languages

Language:C 65.7%Language:Makefile 17.6%Language:C++ 16.7%