Skip to content
forked from bitbank2/hx1230

A C library (Linux + Arduino) to control hx1230 monochrome LCDs

License

Notifications You must be signed in to change notification settings

Tonymac32/hx1230

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HX1230 HX1230

Copyright(c) 2018 BitBank Software, Inc.

HX1230 is a simple C library for working with the 96x68 mononchrome LCD display. The idea is to provide a simple interface for C programmers to make use of those low-cost LCD displays without having to read the data sheet or figure out SPI programming. This particular display uses a 3-wire SPI interface which isn't supported by the hardware SPI controller. In order to drive the display, the digital lines need to be manually toggled in software. To access the GPIO lines in a consistent way, I make use of my ArmbianIO library (https://github.com/bitbank2/ArmbianIO)
To build the library, simply type 'make' in the terminal. To build the sample app, type 'make -f make_sample'. This will build the demo executable to show that the library is working. Press ENTER to exit the demo.

Written by Larry Bank
Project started 5/1/2018
bitbank@pobox.com

About

A C library (Linux + Arduino) to control hx1230 monochrome LCDs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.5%
  • C 34.4%
  • Makefile 0.1%