Skip to content

Library for graphic LCDs based on KS0108 driver (or similar).

Notifications You must be signed in to change notification settings

Nefarious19/KS108_LIB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1. This library is developed on STM32F051R8T6 microcontroller.

This library will be developed also on other architectures like AVR, PIC or TI MSP430. Stay tuned.

2. This library is not using HAL or any other low layer drivers.

If you see this as problem, just search for another library.

3. API of the library.

This section describes avaliable programming interface.

3.1. How to setup example project

First of all, you need to include proper *.h files in your code.

  • ks108.h --> this file contains basic API to initialize library.
  • internal/ks108_icons.h --> this file contains some icons that can be used by user with KS108_loadSmallBitmap() func.

About

Library for graphic LCDs based on KS0108 driver (or similar).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages