OkbaO / ST7565_LCD

Arduino library for ST7565 controller based monochrome 128x64 LCD

Home Page:https://simple-circuit.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a library for ST7565 Monochrome LCD Display.

These display uses SPI to communicate with the Arduino board, 4 or 5 pins are required (chip select pin connection is optional, if not used then it should be connected to GND).

This is a free library WITH NO WARRANTY, use it at your own risk!

https://simple-circuit.com/

This library depends on Adafruit GFX library at:

https://github.com/adafruit/Adafruit-GFX-Library

being present on your system. Please make sure you have installed the latest version before using this library.

Website: https://simple-circuit.com/

Example URL: https://simple-circuit.com/interfacing-arduino-st7565-lcd-graphics-test-example/

About

Arduino library for ST7565 controller based monochrome 128x64 LCD

https://simple-circuit.com/

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%