项目作者: makerportal

项目描述 :
Arduino codes for a 1.54 inch E-Paper Display
高级语言: C
项目地址: git://github.com/makerportal/1_54in_epaper.git
创建时间: 2021-06-29T00:58:49Z
项目社区:https://github.com/makerportal/1_54in_epaper

开源协议:GNU General Public License v3.0

下载


1.54in e-Paper Display Codes for Arduino

Arduino codes for a 1.54 inch E-Paper Display that works with Arduino Uno, Nano and other ATmega328P-based boards. Based on the libraries by Waveshare.

Get your 1.54in e-Paper Display here: 1.54in e-Paper Display

Get the BLExAR App: BLExAR App

See full tutorial here: 1.54in e-Paper Display with Arduino

JUMP TO:

- Wiring Diagram

- Arduino Codes

The 1_54in_epaper library can be downloaded using git:

  1. git clone https://github.com/makerportal/1_54in_epaper

Make sure to place the 1_54in_epaper library or clone directly into the Arduino ‘libraries’ folder before continuing with the examples!

- Wiring the 1.54in e-Paper Display to Arduino Uno -

We are wiring the 1.54in e-Paper display via SPI on the Arduino Uno board:

1.54in e-paper wiring with BLE Nano

1.54in e-paper wiring table with BLE Nano

- Arduino Example Code Descriptions -

The first example is a simple updating text display and can be found in the example folder:

  • simple_text_display.ino

This simple example will print out integer values starting with 0 and marching forward until the count overflows:

1.54in e-paper simple output

The second example allows users to send text from a smartphone (we use the BLExAR app) to a BLE-Nano Arduino board that updates the 1.54in e-Paper display:

  • BLE_text_display.ino

An example output is shown below:

1.54in e-paper BLE output