Skip to content

Commit c45f152

Browse files
authored
Merge pull request #1563 from makermelissa/main
2 parents 8abe0da + db4cbba commit c45f152

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_board/makerfabs_tft7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ features:
1515
- USB-C
1616
---
1717

18-
This ESP32 S3 7-inch IPS display could be an ideal displayer& controller for IOT applications. It has 2 versions: High-resolution version 800x480, and Ultra High-resolution version 1024x600; Display on both versions is IPS, and the display effect is beautiful, together with 5 points capacitive touch, great for applications such as home automation; There on-board SD card, to make it possible to record/play filed data. Also, there 2 Mabee/ Grove connectors, so the users can connect kinds of sensors to this board, to create personal prototype projects instantly.
18+
This ESP32 S3 7-inch IPS display could be an ideal displayer & controller for IOT applications. It has 2 versions: High-resolution version 800x480, and Ultra High-resolution version 1024x600; Display on both versions is IPS, and the display effect is beautiful, together with 5 points capacitive touch, great for applications such as home automation; There on-board SD card, to make it possible to record/play filed data. Also, there 2 Mabee/ Grove connectors, so the users can connect kinds of sensors to this board, to create personal prototype projects instantly.
1919

2020
Depending on your board variant you may need to:
2121
- select the correct screen resolution using CIRCUITPY_DISPLAY_WIDTH in [settings.toml](https://docs.circuitpython.org/en/latest/docs/environment.html).

_layouts/download.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h2>Contribute</h2>
2828
</div>
2929

3030
{% if page.family == 'esp32' or page.family == 'esp32s2' or page.family == 'esp32c3' or page.family == 'esp32s3' or page.family == 'esp32c6' %}
31-
<script src="https://cdn.jsdelivr.net/gh/adafruit/[email protected]/dist/cpinstaller.min.js" type="module"></script>
31+
<script src="https://cdn.jsdelivr.net/gh/adafruit/[email protected]/dist/cpinstaller.min.js" type="module"></script>
32+
<!--<script src="/assets/javascript/installer/cpinstaller.js" type="module"></script>-->
3233
{% endif %}
3334
<script src="/assets/javascript/download.js"></script>

0 commit comments

Comments
 (0)