Skip to content

Commit 1cbd38c

Browse files
authored
Update README.md
1 parent 9def118 commit 1cbd38c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Wireless Debug Display
22

33
This repository contains an example application designed for either
4-
ESP32-WROVER-KIT or ESP32-S3-BOX (selectable via menuconfig) which listens on a
4+
ESP32-WROVER-KIT, ESP32-S3-BOX, or LILYGO T-DECK (selectable via menuconfig) which listens on a
55
UDP socket for data. It then parses that data and if it matches a certain
66
format, it will plot the data in a graph, otherwise it will print the data to a
77
text log for display.
@@ -140,6 +140,10 @@ See the Getting Started Guide for full steps to configure and use ESP-IDF to bui
140140

141141
https://github.com/esp-cpp/wireless-debug-display/assets/213467/395400f6-e677-464c-a258-df06049cc562
142142

143+
### LILYGO T-DECK
144+
145+
![image](https://github.com/esp-cpp/wireless-debug-display/assets/213467/8dde7920-d21f-4565-b0a5-5b5804d2450d)
146+
143147
### ESP32-S3-BOX
144148

145149
![image](https://github.com/esp-cpp/wireless-debug-display/assets/213467/5aa28996-4ad7-4dbc-bc00-756ecd7ec736)

0 commit comments

Comments
 (0)