Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 813 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 813 Bytes

Arduino Display Demo

Introduction

All of the Display Test Code in ONE repo

Display Type

E-Paper Display (EPD)

Support various EPD bitmap display such as SSD1306.

Using Adafruit_EPD display library.

OLED Display

Support various OLED bitmap display such as SSD1306.

Using U8g2 and Adafruit_SSD1306 display library.

LCD160x / LCD200x

Support various alphanumeric dot matrix LCD display using HD44780/KS0608 controller chipset.

Using Arduino built-in LiquidCrystal and LiquidCrystal_I2C display library.