-
-
Notifications
You must be signed in to change notification settings - Fork 26
Color Dke075Z83 800x480 B|R
Martin F edited this page Mar 30, 2023
·
3 revisions
- Size: 800x480 7.5" Colors: B/W/RED
- Brand: DKE
- Controller: UC8179 (Presumably since I don't have datasheet)
- Status: Implemented currently in develop branch
- Partial update: Not supported by the controller
Sending a 48000 bytes buffer via SPI
STATS (ms)
422 _wakeUp settings+send Buffer
2002 update
2425 total time in millis
Demo of photo rendered with CALE.es backend
#include <color/dke075z83.h>
EpdSpi io;
Dke075Z83 display(io);
void app_main(void)
{
printf("CalEPD version: %s\n", CALEPD_VERSION);
display.init(false);
display.println("Hello World");
display.setTextColor(EPD_RED);
display.println("This is RED");
display.fillCircle(display.width()/2, display.height()/2, 150, EPD_BLACK);
display.update();
}
Revision v.1.3 | Firmware for ESP-IDF >= v. 4.3 Documentation written by Fasani Corp.
We are also launching a new company called Marespa.es that will help EU citizens find an affordable apartment in Spain. With the price of Rent going through the roof in 2024, this might be the moment to make an investment, if you plan to work from the spanish coast. With this project we are also supporting our open source projects.