Universal C library for SED1520/NJU6450 LCD
This library is designed for LCD displays with SED1520/NJU6450 controller IC and 122x32 pixels resolution. Library is written in C language, and can be ported to any MCU or CPU.
Currently supported and tested platforms
- Atmel AVR and avr-gcc compiler (WinAVR)
Library structure
Library contains following files :
SED1520.c - main library file (use always)
SED1520.h - header file for KS0108.c (use always)
SED1520-AVR.c - low-level driver for Atmel AVR MCU (use only with AVR MCU)
graphic.c - file with graphic routines (drawing lines, circles, rectangles, etc) (use only if You want)
graphic.h - header file for graphic.h file (use only if You want)
font5x8.h - fonts definitions
How to use library?
Add to Your project all platform-independent files and one of low-level drivers specify for Your platform (e.q. SED1520-AVR.c) and build project.
|