Skip to content

Commit

Permalink
Merge pull request #359 from adafruit/rename-to-adafruit_qualia_s3_rg…
Browse files Browse the repository at this point in the history
…b666

rename tft experimental to qualia s3
  • Loading branch information
hathach authored Nov 14, 2023
2 parents c7865a5 + f3f82f3 commit ffb0024
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
# ----------------------
# S2 Alphabetical order
# ----------------------
- 'adafruit_camera_esp32s3'
- 'adafruit_feather_esp32s2'
- 'adafruit_feather_esp32s2_reverse_tft'
- 'adafruit_feather_esp32s2_tft'
Expand Down Expand Up @@ -66,15 +65,16 @@ jobs:
# ----------------------
# S3 Alphabetical order
# ----------------------
- 'adafruit_camera_esp32s3'
- 'adafruit_feather_esp32s3'
- 'adafruit_feather_esp32s3_nopsram'
- 'adafruit_feather_esp32s3_reverse_tft'
- 'adafruit_feather_esp32s3_tft'
- 'adafruit_matrixportal_s3'
- 'adafruit_metro_esp32s3'
- 'adafruit_qualia_s3_rgb666'
- 'adafruit_qtpy_esp32s3'
- 'adafruit_qtpy_esp32s3_n4r2'
- 'adafruit_tftexperimenter_esp32s3'
- 'bpi_leaf_s3'
- 'bpi_picow_s3'
- 'circuitart_zero_s3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* THE SOFTWARE.
*/

#ifndef ADAFRUIT_TFTEXP_ESP32S3_H_
#define ADAFRUIT_TFTEXP_ESP32S3_H_
#ifndef ADAFRUIT_QUALIA_S3_H_
#define ADAFRUIT_QUALIA_S3_H_

//--------------------------------------------------------------------+
// Button
Expand All @@ -36,20 +36,7 @@

// GPIO that implement 1-bit memory with RC components which hold the
// pin value long enough for double reset detection.
#define PIN_DOUBLE_RESET_RC 5

//--------------------------------------------------------------------+
// LED
//--------------------------------------------------------------------+

// GPIO connected to Neopixel data
#define NEOPIXEL_PIN 4

// Brightness percentage from 1 to 255
#define NEOPIXEL_BRIGHTNESS 0x10

// Number of neopixels
#define NEOPIXEL_NUMBER 1
#define PIN_DOUBLE_RESET_RC 4

//--------------------------------------------------------------------+
// USB UF2
Expand All @@ -58,12 +45,12 @@
#define USB_VID 0x239A
#define USB_PID 0x0147
#define USB_MANUFACTURER "Adafruit"
#define USB_PRODUCT "TFT Experimenter ESP32-S3"
#define USB_PRODUCT "Qualia ESP32-S3 RGB666"

#define UF2_PRODUCT_NAME USB_MANUFACTURER " " USB_PRODUCT
#define UF2_BOARD_ID "ESP32S3-TFTExp-revA"
#define UF2_BOARD_ID "ESP32S3-Qualia-revC"
#define UF2_VOLUME_LABEL "TFT_S3BOOT"
#define UF2_INDEX_URL "https://www.adafruit.com/"
#define UF2_INDEX_URL "https://www.adafruit.com/5800"

// Use favicon
#define TINYUF2_FAVICON_HEADER "favicon_adafruit_256.h"
Expand Down

0 comments on commit ffb0024

Please sign in to comment.