Skip to content

Commit 4c95d4b

Browse files
committed
Fixed merge conflict
2 parents c05c1a1 + 18d7a42 commit 4c95d4b

File tree

6 files changed

+26
-19
lines changed

6 files changed

+26
-19
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 3.4.2
1+
ruby 3.4.7
Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
layout: download
33
board_id: "waveshare_esp32_s3_touch_lcd_2_8"
4-
title: "ESP32-S3-Touch-LCD-2.8 Download"
5-
name: "ESP32-S3-Touch-LCD-2.8"
4+
title: "ESP32S3-TOUCH-LCD-2.8 Download"
5+
name: "ESP32S3-TOUCH-LCD-2.8"
66
manufacturer: "Waveshare"
77
board_url:
88
- "https://www.waveshare.com/esp32-s3-touch-lcd-2.8.htm"
99
board_image: "waveshare_esp32_s3_touch_lcd_2_8.jpg"
10-
date_added: 2025-11-17
11-
bootloader_id: waveshare_esp32_s3_touch_lcd_2_8
12-
downloads_display: true
10+
date_added: 2025-10-29
1311
family: esp32s3
1412
features:
1513
- USB-C
@@ -19,16 +17,20 @@ features:
1917
- Bluetooth/BTLE
2018
---
2119

22-
This product is a microcontroller development board with 2.4GHz WiFi and Bluetooth BLE 5 support, integrates high-capacity Flash and PSRAM. Onboard 2.8inch LCD screen (optional for touch function) can smoothly run GUI programs such as LVGL. Combined with various peripheral interfaces, suitable for the quick development of the HMI and other ESP32-S3 applications.
20+
The ESP32-S3-Touch-LCD-2.8 is a microcontroller development board with 2.4GHz WiFi and Bluetooth BLE 5 support, integrates high-capacity Flash and PSRAM. Onboard 2.8inch touch LCD screen can smoothly run GUI programs. Combined with various peripheral interfaces, suitable for the quick development of the HMI and other ESP32-S3 applications.
2321

24-
- Equipped with high-performance Xtensa 32-bit LX7 dual-core processor, up to 240MHz main frequency
25-
- Supports 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth 5 (LE), with onboard antenna
26-
- Built-in 512KB SRAM and 384KB ROM, with onboard 16MB Flash and 8MB PSRAM
27-
- Onboard 2.8inch LCD display, 240×320 resolution, 262K color
28-
- Optional for capacitive touch function controlled via I2C interface, 5-point touch, with interrupt support
29-
- Adapting UART, I2C and some IO interfaces, integrates full-speed USB port
30-
- Onboard speaker, QMI8658 6-axis sensor, RTC sensor, TF card slot and battery recharge management module, etc.
31-
- Supports accurate control such as flexible clock and multiple power modes to realize low power consumption in different scenarios
22+
**Technical details**
23+
24+
- Equipped with high-performance Xtensa 32-bit LX7 dual-core processor, up to 240MHz main frequency
25+
- Supports 2.4GHz Wi-Fi (802.11 b/g/n) and Bluetooth 5 (LE), with onboard antenna
26+
- Built-in 512KB SRAM and 384KB ROM, with onboard 16MB Flash and 8MB PSRAM
27+
- Onboard 2.8inch touch LCD display, 240×320 resolution, 262K color
28+
- CST328 capacitive touch chip controlled via I2C interface, 5-point touch, with interrupt support
29+
- Supports exapnsion via UART, I2C and some IO interfaces, integrates full-speed USB-C port
30+
- Onboard speaker via I2S, QMI8658 6-axis sensor, RTC sensor, TF card slot and battery recharge management module, etc.
31+
- Onboard 3.7V MX1.25 Lithium battery recharge/discharge header
3232

3333
## Purchase
34+
3435
* [Waveshare](https://www.waveshare.com/esp32-s3-touch-lcd-2.8.htm)
36+
* [Amazon](https://www.amazon.com/dp/B0D8KKRV5V?ref=ppx_yo2ov_dt_b_fed_asin_title)
-54.3 KB
Binary file not shown.
-62.1 KB
Binary file not shown.
-14.1 KB
Binary file not shown.

assets/sass/pages/_downloads.scss

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@
124124
grid-column: main;
125125
display: grid;
126126
grid-template-columns: repeat(3, minmax(200px, 1fr));
127+
128+
.manufacturers {
129+
contain: size;
130+
131+
fieldset {
132+
height: 100%;
133+
overflow-y: scroll;
134+
}
135+
}
127136
}
128137

129138
h2 {
@@ -235,10 +244,6 @@
235244
}
236245
}
237246
}
238-
.manufacturers ul {
239-
max-height: 300px;
240-
overflow-y: scroll;
241-
}
242247
}
243248

244249
@media (max-width: variables.$screen-md) {

0 commit comments

Comments
 (0)