All Projects → ZinggJM → GxEPD2_32

ZinggJM / GxEPD2_32

Licence: GPL-3.0 license
Simplified Version of GxEPD for 32 Bit Arduino

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to GxEPD2 32

epdtext
A simple display manager app for the WaveShare 2.7in e-Paper Display
Stars: ✭ 18 (+0%)
Mutual labels:  e-paper
EpaperThing
墨水屏时钟,采用微雪2.9寸墨水屏和esp8266。
Stars: ✭ 23 (+27.78%)
Mutual labels:  e-paper
PrecIR
You know what this is for ;-)
Stars: ✭ 60 (+233.33%)
Mutual labels:  e-paper
Paperino
E-Paper display library for the Particle & Arduino family.
Stars: ✭ 35 (+94.44%)
Mutual labels:  e-paper

GxEPD2_32

Simplified Version of GxEPD for 32 Bit Arduino

for SPI e-paper displays from Dalian Good Display

and SPI e-paper boards from Waveshare

important note :

- these displays are for 3.3V supply and 3.3V data lines.

- never connect data lines directly to 5V data pins.

- this version will not compile for or run on AVR Arduino.

Paged Drawing, Picture Loop

- This library uses paged drawing to limit RAM use and cope with missing single pixel update support

- buffer size can be adapted in the header files if needed; original value should be ok for normal use

- Paged drawing is implemented as picture loop, like in U8G2 (Oliver Kraus)

- see https://github.com/olikraus/u8glib/wiki/tpictureloop

Supporting Arduino Forum Topics:

Version 1.0.11

  • GxEPD2_32_Spiffs_Example, GxEPD2_32_Spiffs_Loader for ESP32

Version 1.0.10

  • bitmap handling fixes

Version 1.0.9

  • GxEPD2_32_SD_Example & GxEPD2_32_WiFi_Example for ESP32

Version 1.0.8

  • interim update with fixes & enhancements to 1.0.7 & 1.0.6
  • renamed GxEPD2_32_SD_BitmapExample to GxEPD2_32_SD_Example
  • GxEPD2_32_WiFi_Example and GxEPD2_32_Spiffs_Loader have download issue with big downloads

Version 1.0.7

  • added GxEPD2_32_Spiffs_Example
  • added GxEPD2_32_Spiffs_Loader
  • added GxEPD2_32_WiFi_Example

Version 1.0.6

  • added GxEPD2_32_SD_BitmapExample

Version 1.0.5

  • update and fix for additions of version 1.04

Version 1.0.4

  • Support for Bitmaps (Sprites) to Controller Buffer and to Screen
  • the bitmaps can reside in RAM or ROM, parameter pgm, default RAM
  • origin x and width should be multiple of 8, are rounded down
  • cropping to screen dimensions is handled
  • allows tiled drawing for bitmaps from SD, SPIFFS or WiFi download
  • use e.g. writeImage(...) for each tile, followed by refresh() for all

Version 1.0.3

  • support for GDEW075Z09 7.5" 3-color moved to GxEPD2_32_3C
  • not tested by me, but one user reported succesful use
  • NOT RECOMMENDED, as it has extremely long refresh time reported

Version 1.0.2

Version 1.0.1

  • Example Bitmaps & 4.2" b/w fast partial update
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].