diff --git a/lib/TFT_eSPI/User_Setup_Select.h b/lib/TFT_eSPI/User_Setup_Select.h index bd72af93..09553184 100644 --- a/lib/TFT_eSPI/User_Setup_Select.h +++ b/lib/TFT_eSPI/User_Setup_Select.h @@ -134,7 +134,7 @@ #ifdef NERDMINERV2 #include #endif -#ifdef NERMINER_S3_AMOLED +#ifdef NERDMINER_S3_AMOLED #include //Just a stub. No driver implementation for S3 AMOLED in TFT_eSPI #endif #ifdef NERDMINER_T_HMI @@ -146,16 +146,16 @@ #ifdef LILYGO_S3_T_EMBED #include // For the LilyGo T-Embed S3 based ESP32S3 with ST7789 170 x 320 TFT #endif -#ifdef NERMINER_T_QT +#ifdef NERDMINER_T_QT #include // For the LilyGo T-QT Pro S3 based ESP32S3 with GC9A01 128 x 128 TFT #endif -#ifdef NERMINER_S3_DONGLE +#ifdef NERDMINER_S3_DONGLE #include // For the LilyGo T-Dongle S3 based ESP32 with ST7735 80 x 160 TFT #endif #ifdef ESP32_CAM #include // For the LilyGo T-Dongle S3 based ESP32 with ST7735 80 x 160 TFT #endif -#ifdef NERMINER_S3_GEEK +#ifdef NERDMINER_S3_GEEK #include // Setup file for Waveshare Setup303_WaveShare ESP32S3_GEEK with ST7789 135*240 TFT #endif //#include // Setup file for Bw16-based boards with ST7735 160 x 80 TFT diff --git a/platformio.ini b/platformio.ini index 66ea812d..2a9718c3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -11,7 +11,7 @@ [platformio] globallib_dir = lib -default_envs = NerdminerV2-T-HMI, wt32-sc01, wt32-sc01-plus, han_m5stack, M5Stick-C, esp32cam, ESP32-2432S028R, ESP32_2432S028_2USB, NerminerV2, Lilygo-T-Embed, ESP32-devKitv1, NerminerV2-S3-DONGLE, NerminerV2-S3-GEEK, NerminerV2-S3-AMOLED, NerminerV2-S3-AMOLED-TOUCH, NerminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R, M5-StampS3, ESP32-S3-devKitv1, ESP32-S3-mini-wemos, ESP32-S2-mini-wemos, ESP32-S3-mini-weact, ESP32-D0WD-V3-weact, ESP32-C3-devKitmv1, ESP32-C3-super-mini +default_envs = NerdminerV2-T-HMI, wt32-sc01, wt32-sc01-plus, han_m5stack, M5Stick-C, esp32cam, ESP32-2432S028R, ESP32_2432S028_2USB, NerdminerV2, Lilygo-T-Embed, ESP32-devKitv1, NerdminerV2-S3-DONGLE, NerdminerV2-S3-GEEK, NerdminerV2-S3-AMOLED, NerdminerV2-S3-AMOLED-TOUCH, NerdminerV2-T-QT, NerdminerV2-T-Display_V1, ESP32-2432S028R, M5-StampS3, ESP32-S3-devKitv1, ESP32-S3-mini-wemos, ESP32-S2-mini-wemos, ESP32-S3-mini-weact, ESP32-D0WD-V3-weact, ESP32-C3-devKitmv1, ESP32-C3-super-mini [env:M5Stick-C] platform = espressif32@6.6.0 @@ -359,7 +359,7 @@ lib_ignore = ;-------------------------------------------------------------------- -[env:NerminerV2] +[env:NerdminerV2] platform = espressif32@6.6.0 board = esp32-s3-devkitc-1 framework = arduino @@ -484,13 +484,13 @@ lib_ignore = ;-------------------------------------------------------------------- -[env:NerminerV2-S3-AMOLED] +[env:NerdminerV2-S3-AMOLED] platform = espressif32@6.6.0 board = lilygo-t-amoled framework = arduino board_build.partitions = huge_app.csv build_flags = - -DNERMINER_S3_AMOLED + -DNERDMINER_S3_AMOLED -DTOUCH=0 -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT @@ -506,13 +506,13 @@ lib_ignore = ;-------------------------------------------------------------------- -[env:NerminerV2-S3-AMOLED-TOUCH] +[env:NerdminerV2-S3-AMOLED-TOUCH] platform = espressif32@6.6.0 board = lilygo-t-amoled framework = arduino board_build.partitions = huge_app.csv build_flags = - -DNERMINER_S3_AMOLED + -DNERDMINER_S3_AMOLED -DTOUCH=1 -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT @@ -528,13 +528,13 @@ lib_ignore = ;-------------------------------------------------------------------- -[env:NerminerV2-S3-DONGLE] +[env:NerdminerV2-S3-DONGLE] platform = espressif32@6.6.0 board = esp32-s3-devkitc-1 framework = arduino board_build.partitions = huge_app.csv build_flags = - -DNERMINER_S3_DONGLE + -DNERDMINER_S3_DONGLE -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT -DTFT_BACKLIGHT_ON=LOW @@ -551,13 +551,13 @@ lib_ignore = ;-------------------------------------------------------------------- -[env:NerminerV2-S3-GEEK] +[env:NerdminerV2-S3-GEEK] platform = espressif32@6.6.0 board = esp32-s3-devkitc-1 framework = arduino board_build.partitions = huge_app.csv build_flags = - -DNERMINER_S3_GEEK + -DNERDMINER_S3_GEEK -DBOARD_HAS_PSRAM -DARDUINO_USB_CDC_ON_BOOT -DTFT_BACKLIGHT_ON=HIGH @@ -606,7 +606,7 @@ lib_ignore = ;-------------------------------------------------------------------- -[env:NerminerV2-T-QT] +[env:NerdminerV2-T-QT] platform = espressif32@6.6.0 board = esp32-s3-t-qt-pro framework = arduino @@ -619,7 +619,7 @@ monitor_speed = 115200 upload_speed = 115200 build_flags = -D BOARD_HAS_PSRAM - -D NERMINER_T_QT=1 + -D NERDMINER_T_QT=1 lib_deps = https://github.com/takkaO/OpenFontRender#v1.2 bblanchon/ArduinoJson@^6.21.5 diff --git a/src/drivers/devices/device.h b/src/drivers/devices/device.h index 5f82fef5..9f72ddef 100644 --- a/src/drivers/devices/device.h +++ b/src/drivers/devices/device.h @@ -9,9 +9,9 @@ #include "esp32DevKit.h" #elif defined(TDISPLAY) #include "lilygoS3TDisplay.h" -#elif defined(NERMINER_S3_AMOLED) +#elif defined(NERDMINER_S3_AMOLED) #include "lilygoS3Amoled.h" -#elif defined(NERMINER_S3_DONGLE) +#elif defined(NERDMINER_S3_DONGLE) #include "lilygoS3Dongle.h" #elif defined(LILYGO_S3_T_EMBED) #include "lilygoS3TEmbed.h" @@ -19,7 +19,7 @@ #include "esp322432s028r.h" #elif defined(ESP32_2432S028_2USB) // For another type of ESP32_2432S028 version with 2 USB connectors #include "esp322432s028r.h" -#elif defined(NERMINER_T_QT) +#elif defined(NERDMINER_T_QT) #include "lilygoT_QT.h" #elif defined(NERDMINER_T_DISPLAY_V1) #include "lilygoV1TDisplay.h" @@ -39,7 +39,7 @@ #include "m5stack.h" #elif defined(WT32_BOARD) #include "wt32.h" -#elif defined(NERMINER_S3_GEEK) +#elif defined(NERDMINER_S3_GEEK) #include "waveshareS3Geek.h" #elif defined(NERDMINER_T_HMI) #include "lilygoT_HMI.h"