Skip to content

Commit 77f3426

Browse files
committed
Default to 64x64 single panel, hacky it is done by pins but until we refactor bus config to be more flexible, this is what we have to work around
1 parent ee5a70a commit 77f3426

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platformio_override.sample.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ build_unflags = ${common.build_unflags}
550550
build_flags = ${common.build_flags}
551551
-D WLED_RELEASE_NAME=\"ESP32_hub75\"
552552
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
553-
-D LED_TYPES=65
553+
-D LED_TYPES=65 -D DATA_PINS=64,64,1
554554
-D WLED_DEBUG_BUS
555555
; -D WLED_DEBUG
556556
lib_deps = ${esp32_idf_V4.lib_deps}
@@ -566,7 +566,7 @@ build_flags = ${common.build_flags}
566566
-D WLED_RELEASE_NAME=\"ESP32_hub75_forum_pinout\"
567567
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
568568
-D ESP32_FORUM_PINOUT ;; enable for SmartMatrix default pins
569-
-D LED_TYPES=65
569+
-D LED_TYPES=65 -D DATA_PINS=64,64,1
570570
-D WLED_DEBUG_BUS
571571
; -D WLED_DEBUG
572572

@@ -588,7 +588,7 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
588588
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
589589
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
590590
-D ARDUINO_ADAFRUIT_MATRIXPORTAL_ESP32S3
591-
-D LED_TYPES=65
591+
-D LED_TYPES=65 -D DATA_PINS=64,64,1
592592
-D WLED_DEBUG_BUS
593593

594594

@@ -617,7 +617,7 @@ build_flags = ${common.build_flags} ${esp32s3.build_flags} -D WLED_RELEASE_NAME=
617617
-D WLED_ENABLE_HUB75MATRIX -D NO_GFX
618618
-D S3_LCD_DIV_NUM=20 ;; Attempt to fix wifi performance issue when panel active with S3 chips
619619
-D MOONHUB_S3_PINOUT ;; HUB75 pinout
620-
-D LED_TYPES=65
620+
-D LED_TYPES=65 -D DATA_PINS=64,64,1
621621
-D WLED_DEBUG_BUS
622622

623623
lib_deps = ${esp32s3.lib_deps}

0 commit comments

Comments
 (0)