Last piece to connect client to provider: actually downloading the image and displaying it

This commit is contained in:
2026-04-05 19:34:45 -04:00
parent 9269e3b873
commit 58948bdfb6
8 changed files with 346 additions and 76 deletions
+2
View File
@@ -22,6 +22,8 @@
enum class epd_color : uint8
{
BLACK = 0x00,
DARK_GRAY = 0x55,
LIGHT_GRAY = 0xAA,
WHITE = 0xFF
};