|
19 | 19 | /*
|
20 | 20 | * Espressif Supported Boards (https://www.espressif.com/en/products/devkits):
|
21 | 21 | *
|
22 |
| - * - ESP32-C3-LCDkit: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-lcdkit/index.html |
23 |
| - * - ESP32-S3-Box: https://github.com/espressif/esp-box/tree/master |
24 |
| - * - ESP32-S3-Box-3: https://github.com/espressif/esp-box/tree/master |
25 |
| - * - ESP32-S3-Box-3(beta): https://github.com/espressif/esp-box/tree/c4c954888e11250423f083df0067d99e22d59fbe |
26 |
| - * - ESP32-S3-Box-Lite: https://github.com/espressif/esp-box/tree/master |
27 |
| - * - ESP32-S3-EYE: https://github.com/espressif/esp-who/blob/master/docs/en/get-started/ESP32-S3-EYE_Getting_Started_Guide.md |
28 |
| - * - ESP32-S3-Korvo-2: https://docs.espressif.com/projects/esp-adf/en/latest/design-guide/dev-boards/user-guide-esp32-s3-korvo-2.html |
29 |
| - * - ESP32-S3-LCD-EV-Board: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide_v1.4.html |
30 |
| - * - ESP32-S3-LCD-EV-Board(v1.5): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html |
31 |
| - * - ESP32-S3-LCD-EV-Board-2: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide_v1.4.html |
32 |
| - * - ESP32-S3-LCD-EV-Board-2(v1.5): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html |
33 |
| - * - ESP32-S3-USB-OTG: https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-usb-otg/index.html |
| 22 | + * - BOARD_ESP32_C3_LCDKIT (ESP32-C3-LCDkit): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32c3/esp32-c3-lcdkit/index.html |
| 23 | + * - BOARD_ESP32_S3_BOX (ESP32-S3-Box): https://github.com/espressif/esp-box/tree/master |
| 24 | + * - BOARD_ESP32_S3_BOX_3 (ESP32-S3-Box-3 & ESP32-S3-Box-3B): https://github.com/espressif/esp-box/tree/master |
| 25 | + * - BOARD_ESP32_S3_BOX_3_BETA (ESP32-S3-Box-3(beta)): https://github.com/espressif/esp-box/tree/c4c954888e11250423f083df0067d99e22d59fbe |
| 26 | + * - BOARD_ESP32_S3_BOX_LITE (ESP32-S3-Box-Lite): https://github.com/espressif/esp-box/tree/master |
| 27 | + * - BOARD_ESP32_S3_EYE (ESP32-S3-EYE): https://github.com/espressif/esp-who/blob/master/docs/en/get-started/ESP32-S3-EYE_Getting_Started_Guide.md |
| 28 | + * - BOARD_ESP32_S3_KORVO_2 (ESP32-S3-Korvo-2): https://docs.espressif.com/projects/esp-adf/en/latest/design-guide/dev-boards/user-guide-esp32-s3-korvo-2.html |
| 29 | + * - BOARD_ESP32_S3_LCD_EV_BOARD (ESP32-S3-LCD-EV-Board): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide_v1.4.html |
| 30 | + * - BOARD_ESP32_S3_LCD_EV_BOARD_V1_5 (ESP32-S3-LCD-EV-Board(v1.5)): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html |
| 31 | + * - BOARD_ESP32_S3_LCD_EV_BOARD_2 (ESP32-S3-LCD-EV-Board-2)): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide_v1.4.html |
| 32 | + * - BOARD_ESP32_S3_LCD_EV_BOARD_2_V1_5 (ESP32-S3-LCD-EV-Board-2(v1.5)): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-lcd-ev-board/user_guide.html |
| 33 | + * - BOARD_ESP32_S3_USB_OTG (ESP32-S3-USB-OTG): https://docs.espressif.com/projects/esp-dev-kits/en/latest/esp32s3/esp32-s3-usb-otg/index.html |
34 | 34 | *
|
35 | 35 | */
|
36 | 36 | // #define BOARD_ESP32_C3_LCDKIT
|
|
49 | 49 | /*
|
50 | 50 | * Elecrow (https://www.elecrow.com):
|
51 | 51 | *
|
52 |
| - * - ELECROW_CROWPANEL_7_0: https://www.elecrow.com/esp32-display-7-inch-hmi-display-rgb-tft-lcd-touch-screen-support-lvgl.html |
| 52 | + * - BOARD_ELECROW_CROWPANEL_7_0 (ELECROW_CROWPANEL_7_0): https://www.elecrow.com/esp32-display-7-inch-hmi-display-rgb-tft-lcd-touch-screen-support-lvgl.html |
53 | 53 | */
|
54 | 54 | // #define BOARD_ELECROW_CROWPANEL_7_0
|
55 | 55 |
|
56 | 56 | /*
|
57 | 57 | * M5Stack (https://m5stack.com/):
|
58 | 58 | *
|
59 |
| - * - M5STACK_M5CORE2: https://docs.m5stack.com/zh_CN/core/core2 |
60 |
| - * - M5STACK_M5DIAL: https://docs.m5stack.com/zh_CN/core/M5Dial |
61 |
| - * - M5STACK_M5CORES3: https://docs.m5stack.com/zh_CN/core/CoreS3 |
| 59 | + * - BOARD_M5STACK_M5CORE2 (M5STACK_M5CORE2): https://docs.m5stack.com/zh_CN/core/core2 |
| 60 | + * - BOARD_M5STACK_M5DIAL (M5STACK_M5DIAL): https://docs.m5stack.com/zh_CN/core/M5Dial |
| 61 | + * - BOARD_M5STACK_M5CORES3 (M5STACK_M5CORES3): https://docs.m5stack.com/zh_CN/core/CoreS3 |
62 | 62 | */
|
63 | 63 | // #define BOARD_M5STACK_M5CORE2
|
64 | 64 | // #define BOARD_M5STACK_M5DIAL
|
|
67 | 67 | /*
|
68 | 68 | * Shenzhen Jingcai Intelligent Supported Boards (https://www.displaysmodule.com/):
|
69 | 69 | *
|
70 |
| - * - ESP32-4848S040C_I_Y_3: |
| 70 | + * - BOARD_ESP32_4848S040C_I_Y_3 (ESP32-4848S040C_I_Y_3): |
71 | 71 | * - https://www.displaysmodule.com/sale-41828962-experience-the-power-of-the-esp32-display-module-sku-esp32-4848s040c-i-y-3.html
|
72 | 72 | * - http://pan.jczn1688.com/directlink/1/ESP32%20module/4.0inch_ESP32-4848S040.zip
|
73 | 73 | *
|
|
87 | 87 | */
|
88 | 88 | #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MAJOR 0
|
89 | 89 | #define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_MINOR 2
|
90 |
| -#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 0 |
| 90 | +#define ESP_PANEL_BOARD_SUPPORTED_FILE_VERSION_PATCH 1 |
91 | 91 |
|
92 | 92 | #endif
|
0 commit comments