Skip to content

Board v7 Consumption

Martin F edited this page Jun 25, 2024 · 4 revisions

This measurements where taken using Nordic PPK2 and an epdiy v7 board connected to a 9.7” panel (8 bits parallel, Resolution: 1200x825, 33 pins FPC)

Dragon example

Here we can see just the display being cleaned: epd_fullclear() and the dragon framebuffer being refreshed in MODE_GC16

dragon_4V

www-image example

A higher consumption one since uses Wi-Fi. In this image you can see ESP32-S3 downloading a JPG image

epdiy_wifi_jpeg Resulting in this image displayed: 16 grays CAT

Note: The time and consumption could be reduced using HTTP without SSL if you don't need the communication to be encrypted.