ZinggJM / GxEPDxL

Display Library for HD e-paper panels on old DESTM32_L board from Dalian Good Display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GxEPDxL

E-Paper display library for Arduino for HD parallel interface displays from Dalian Good Display.

for HD e-paper displays from Dalian Good Display on old DESTM32-L evaluation kit

  • discontinued evaluation kit, no longer available
  • this library is a relict, removed from GxEPD_HD (was originally in GxEPD)

The E-Paper display classes are subclasses of Adafruit_GFX, to have graphics and text rendering.

  • a graphics buffer is used to have fast rendering through Adafruit_GFX.

Full Screen Buffer Support

  • this library has only full screen update, the SRAM on DESTM32-L has enough space for full buffer

Supporting Arduino Forum Topic:

Arduino IDE Board (package) for build:

  • processor on demo board is STM32F407ZE
  • suitable STM32 Arduino package is:
  • STM32GENERIC for STM32 Boards
  • Board: ""BLACK F407VE/ZE/ZG boards"
  • Specific Board: "BLACK 407ZE (V3.0)"
  • Upload method: "STLink"

Version 0.0.1

  • extracted from GxEPD_HD
  • simplified naming and source directory structure

About

Display Library for HD e-paper panels on old DESTM32_L board from Dalian Good Display

License:GNU General Public License v3.0


Languages

Language:C 98.6%Language:C++ 1.3%Language:Objective-C 0.1%