-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support added for ESP32 and Teensy 3.1/3.2 #76
base: master
Are you sure you want to change the base?
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.