├── Casing ├── Display tilted back ESP32.stl ├── Display tilted back ESP32_v2.stl ├── Display tilted front ESP32.stl └── Display tilted front ESP32_v2.stl ├── LICENSE ├── README.md ├── esp-idf-version-with-two-displaypages ├── power-display-esphome-idf.yaml └── power_display_idf.h ├── icons ├── electrical_tower32.png └── solar_energy32.png ├── images ├── Backlight_entity.jpg ├── Display1.jpg ├── Wiring_ESP32.jpg └── Wiring_ILI9341.jpg ├── power-display-esphome.yaml └── power_display.h /Casing/Display tilted back ESP32.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/Casing/Display tilted back ESP32.stl -------------------------------------------------------------------------------- /Casing/Display tilted back ESP32_v2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/Casing/Display tilted back ESP32_v2.stl -------------------------------------------------------------------------------- /Casing/Display tilted front ESP32.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/Casing/Display tilted front ESP32.stl -------------------------------------------------------------------------------- /Casing/Display tilted front ESP32_v2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/Casing/Display tilted front ESP32_v2.stl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/README.md -------------------------------------------------------------------------------- /esp-idf-version-with-two-displaypages/power-display-esphome-idf.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/esp-idf-version-with-two-displaypages/power-display-esphome-idf.yaml -------------------------------------------------------------------------------- /esp-idf-version-with-two-displaypages/power_display_idf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/esp-idf-version-with-two-displaypages/power_display_idf.h -------------------------------------------------------------------------------- /icons/electrical_tower32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/icons/electrical_tower32.png -------------------------------------------------------------------------------- /icons/solar_energy32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/icons/solar_energy32.png -------------------------------------------------------------------------------- /images/Backlight_entity.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/images/Backlight_entity.jpg -------------------------------------------------------------------------------- /images/Display1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/images/Display1.jpg -------------------------------------------------------------------------------- /images/Wiring_ESP32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/images/Wiring_ESP32.jpg -------------------------------------------------------------------------------- /images/Wiring_ILI9341.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/images/Wiring_ILI9341.jpg -------------------------------------------------------------------------------- /power-display-esphome.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/power-display-esphome.yaml -------------------------------------------------------------------------------- /power_display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/johannyren/PowerDisplayESPHome/HEAD/power_display.h --------------------------------------------------------------------------------