Skip to content

Commit

Permalink
Improve platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
cgreening committed Oct 18, 2024
1 parent 07813c4 commit 6da327a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions player/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ build_flags =
-DTFT_WIDTH=240
-DTFT_HEIGHT=320
-DILI9341_2_DRIVER
-DTFT_SCLK=14
-DTFT_MISO=12
-DTFT_MOSI=13
-DTFT_RST=-1
-DTFT_DC=2
-DTFT_CS=15
-DTFT_BL=21
-DTFT_SCLK=GPIO_NUM_14
-DTFT_MISO=GPIO_NUM_12
-DTFT_MOSI=GPIO_NUM_13
-DTFT_RST=GPIO_NUM_NC
-DTFT_DC=GPIO_NUM_2
-DTFT_CS=GPIO_NUM_15
-DTFT_BL=GPIO_NUM_21
-DTFT_BACKLIGHT_ON=HIGH
-DLOAD_FONT2=1
-DSPI_FREQUENCY=55000000
Expand Down Expand Up @@ -399,7 +399,7 @@ build_flags =
-DSD_CARD_CMD=GPIO_NUM_41
-DSD_CARD_CLK=GPIO_NUM_40
; SPEAKER
-DPDM_GPIO_NUM=GPIO_NUM_3
-DPWM_GPIO_NUM=GPIO_NUM_3
; make sure serial output works
-DARDUINO_USB_MODE
-DARDUINO_USB_CDC_ON_BOOT

0 comments on commit 6da327a

Please sign in to comment.