Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
228c090
Start adding SmartMatrix code
netmindz Oct 23, 2023
4734959
Register SmartMatrix
netmindz Oct 23, 2023
c693ee1
Impliment BusSmartMatrix
netmindz Oct 23, 2023
e27ada3
Fix ordering of Bus Type checking
netmindz Oct 23, 2023
9f55d7d
Trying to get output working
netmindz Oct 23, 2023
744e894
Trying to get output working
netmindz Oct 23, 2023
cf2ff1e
Working SmartMatrix outout
netmindz Oct 23, 2023
7c22bb4
Move define
netmindz Oct 24, 2023
565cfb4
add ifdef for addBus
netmindz Oct 24, 2023
a3f8628
v4 deps
netmindz Oct 24, 2023
68fce57
SmartMatrix wont compile on V4
netmindz Oct 24, 2023
a0b0757
Merge branch 'MoonModules:mdev' into SmartMatrix
netmindz Oct 24, 2023
effeeda
Disable builds that mix V4 and not
netmindz Oct 24, 2023
fa12f0f
Save space
netmindz Oct 24, 2023
4482db8
Merge branch 'MoonModules:mdev' into SmartMatrix
netmindz Oct 24, 2023
6fcb29e
Exclude failing builds
netmindz Oct 24, 2023
ca0eb53
Swap to 64x64
netmindz Oct 24, 2023
b049845
Drop brightness
netmindz Oct 24, 2023
e12e5ad
Swap back to 32x32 for now
netmindz Oct 24, 2023
ee0ec77
Update settings
netmindz Oct 24, 2023
3ba37e0
Swap to ESP32-HUB75-MatrixPanel-DMA
netmindz Oct 24, 2023
aae9b62
Define pins to match SmartMatrix esp32 formum layout
netmindz Oct 25, 2023
3088128
Start testing output on Adafruit Matrix Portal S3
netmindz Jan 12, 2024
83e51b4
Tweaks
netmindz Jan 13, 2024
19029c6
Build only adafruit_matrixportal_esp32s3
netmindz Jan 13, 2024
31edc73
Tweaks
netmindz Jan 13, 2024
df9810e
Enable SMARTMATRIX for V4 builds
netmindz Oct 25, 2023
10e22dc
Tweak build flags
netmindz Oct 25, 2023
41eb48b
Update LED type ID
netmindz Dec 13, 2023
b2972ad
Settings UI update
netmindz Jan 13, 2024
f5ccd6d
Add config for MatrixPortal_S3
netmindz Jan 13, 2024
260159a
Cleanup and rename to generic Hub75 rather than SmartMatrix
netmindz Jan 13, 2024
7fa2fe3
Panel size selection
netmindz Jan 13, 2024
907bc0d
ESP32 build
netmindz Jan 14, 2024
b7b17ee
Update HUB75 driver to 3.0.10
netmindz Feb 10, 2024
b0a63c5
Fix RGB capability issue with HUB75 output
netmindz Feb 10, 2024
bd228e3
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
netmindz Feb 10, 2024
c50fda1
Cleanup changes to platformio.ini
netmindz Feb 10, 2024
9c80997
Disable GFX
netmindz Feb 10, 2024
1969f6c
Cleanup changes to platformio.ini
netmindz Feb 10, 2024
0c4d5ab
Update comments
netmindz Feb 10, 2024
609f193
Remove Hub75 led types from list if no support in build
netmindz Feb 10, 2024
afd2b05
Tweaks to adafruit_matrixportal_esp32s3
netmindz Feb 10, 2024
1dc17f9
Impliment getPins
netmindz Feb 10, 2024
977cfb1
Cleanup flags for adafruit_matrixportal_esp32s3
netmindz Feb 10, 2024
2065d9c
Allocate pins using pinManager
netmindz Feb 22, 2024
a92292a
Allocate pins using pinManager
netmindz Feb 22, 2024
99511f2
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
netmindz Feb 22, 2024
3b1f408
Check full range of TYPE_HUB75MATRIX types
netmindz Feb 23, 2024
26de408
Add 8S and 16S, 1/8 ad 1/16 support
netmindz Feb 24, 2024
e2aad47
Allow chain of 1-4 panels - subject to memory
netmindz Feb 24, 2024
240c55d
Update generated html
netmindz Feb 25, 2024
e3e9ff7
Force chain length to 1 for 64 panels
netmindz Feb 25, 2024
bf1a91a
Resolve validation error for length
netmindz Feb 25, 2024
565e740
Try LOLIN_WIFI_FIX with matrix portal to see if that helps with poor …
netmindz Feb 25, 2024
b793bb3
Allow more pixels
netmindz Feb 25, 2024
3162579
reset default back
netmindz Feb 25, 2024
c463d51
Set pixel limit by bus type
netmindz Feb 25, 2024
668a757
pixel limit for hub75
netmindz Feb 25, 2024
43320a0
pixel limit for hub75
netmindz Feb 25, 2024
69436a6
Merge branch 'mdev' into ESP32-HUB75-MatrixPanel-DMA
netmindz Feb 25, 2024
68ca14a
Remove TODO
netmindz Feb 25, 2024
2f87b61
Default to mrfaptastic pinout
netmindz Feb 26, 2024
f1a494f
Cleanup comments
netmindz Feb 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup changes to platformio.ini
  • Loading branch information
netmindz committed Feb 10, 2024
commit c50fda1e25d8c4a1a7e0564429f39fac35c1041c
21 changes: 10 additions & 11 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@ default_envs =
esp32c3mini_dio_4MB_M ;; for boards that need "dio" flash mode (instead of qio)
seeed_esp32c3_4MB_S ;; experimental
esp32_4MB_V4_S ;; experimental
; esp32_16MB_V4_S ;; experimental, optimized for speed
; esp32_16MB_V4_M ;; experimental
; ; esp32_16MB_V4_M_debug ;; experimental -- temp disable
; esp32_pico_4MB_V4_S ;; experimental - may work better in case you experience wifi connectivity problems
; esp8266pro_16MB_S
; esp8266pro_16MB_M
; esp01_1MB_S
; esp32_16MB_M_eth
; athom_music_esp32_4MB_M
esp32_16MB_V4_S ;; experimental, optimized for speed
esp32_16MB_V4_M ;; experimental
; esp32_16MB_V4_M_debug ;; experimental -- temp disable
esp32_pico_4MB_V4_S ;; experimental - may work better in case you experience wifi connectivity problems
esp8266pro_16MB_S
esp8266pro_16MB_M
esp01_1MB_S
esp32_16MB_M_eth
athom_music_esp32_4MB_M
adafruit_matrixportal_esp32s3

; Go to MoonModules environments for environments
Expand Down Expand Up @@ -988,7 +988,6 @@ build_flags_M =
;WLEDMM: only setting WLED_DEBUG_HOST is enough, ip and port can be defined in sync settings as well
-D WLED_DEBUG_HOST='"192.168.x.x"' ;; to send debug messages over network to host 192.168.x.y - FQDN is also possible
-D WLED_DEBUG_PORT=1768 ;; port for network debugging. default = 7868
-D WLED_DEBUG

lib_deps_M =
;https://github.com/blazoncek/OneWire.git ; includes bugfixes for inconsistent readings
Expand Down Expand Up @@ -1022,7 +1021,7 @@ build_flags_XL =
-D USERMOD_BME280
-D USERMOD_DHT
; -D USERMOD_SHT ;; experimental
; -D USERMOD_VL53L0X_GESTURES ;; save space for now
-D USERMOD_VL53L0X_GESTURES
-D WLED_ENABLE_PIXART
${common_mm.animartrix_build_flags}

Expand Down