Skip to content

Commit d92677f

Browse files
authored
Merge pull request #745 from OpenEVSE/elecrow_esp32_hmi
OpenEVSE TFT LCD HMI support and initial TFT display POC
2 parents 0a01cc3 + fd44f89 commit d92677f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5096
-64
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ jobs:
5757
- heltec_esp32-wifi-lora-v2
5858
- wt32-eth01
5959
- esp32-c3-devkitc-02
60+
- elecrow_esp32_hmi
61+
- elecrow_esp32_hmi_dev
62+
- openevse_wifi_tft_v1
63+
- openevse_wifi_tft_v1_dev
6064
gui:
6165
- name: gui-v2
6266
repo: OpenEVSE/openevse-gui-v2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ lib/MicroTasks
9292
*.bin
9393
divert_sim/epoxyfsdata
9494
divert_sim/epoxyeepromdata
95+
*.pem

BootScreen.png

21.6 KB
Loading

ChargeScreen.png

11.4 KB
Loading

gui-tft/button_bar.png

10.2 KB
Loading

gui-tft/car_connected.png

572 Bytes
Loading

gui-tft/car_disconnected.png

666 Bytes
Loading

gui-tft/charging.png

636 Bytes
Loading

gui-tft/connected.png

588 Bytes
Loading

gui-tft/disabled.png

688 Bytes
Loading

0 commit comments

Comments
 (0)