support added for ESP32 and Teensy 3.1/3.2#76
support added for ESP32 and Teensy 3.1/3.2#76mrwastl wants to merge 6 commits intorepaper:masterfrom
Conversation
|
has this been tested on the Arduino boards and is still working? |
|
Also @mrwastl would you like us to send you some other screen materials to test with? |
|
arduino: should still work because i've tried not to interfere with existing functionality and architectures. other screen materials: sure, very interested (my email-address can be found here: mrwastl/gratis-branch, EPD_PINOUT/EPD_Pinout_ESP32.h or at serdisplib.sf.net). i'm currently fooling around with a modified EPD_V110_G1 library that includes partial update (taken from the issue #13-changes) but this is not yet ready for release. is there any possibiliy to limit the update-stream to a bounding box or is a full buffer transfer always required (if i just change a small box it would be nice to only transfer a minimum set of required buffer data + meta data via SPI to the module). |
|
@mrwastl just emailed you. re the last question - perhaps @CharmingSu or @repaper can help you? |
my fork adds basic support for ESP32 and Teensy 3.1/3.2.
As I only own an EPD_V110_G1 module (2.7") I can only verify this one. All other combinations are tested if they compile successfully.