From 53debd613b600f0fe45a154fc829201483897ac5 Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Thu, 16 Jul 2026 19:43:39 +0200 Subject: [PATCH] Update Displays --- Displays.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Displays.md b/Displays.md index 079d1cd..0c49a73 100644 --- a/Displays.md +++ b/Displays.md @@ -1,6 +1,7 @@ # Main display - Driver: ILI9341 +- 240x320px ## Resources @@ -10,7 +11,14 @@ # Small display below main - Driver: SSD1312 - +- 128x64px ## Resource -- https://goldenmorninglcd.com/oled-display-module/1.3-inch-64x128-ssd1312-gme64128-02/ \ No newline at end of file +- https://goldenmorninglcd.com/oled-display-module/1.3-inch-64x128-ssd1312-gme64128-02/ + + +# Power +1.3" displays: ~25mA ( https://learn.adafruit.com/monochrome-oled-breakouts/power-requirements ) +3.8" Main Display: 3 times 1.3" display = ~75mA + +full power consumption ~200mA \ No newline at end of file