Skip to content

Commit

Permalink
reduce bit depth for ZeDMD HD
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Dec 9, 2023
1 parent 9455a9e commit 750d95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lib_deps =
build_flags =
-DNO_GFX=1
-DZEDMD_128_64_2=1
-DPIXEL_COLOR_DEPTH_BITS=7
-DPIXEL_COLOR_DEPTH_BITS=5
-DMINIZ_NO_STDIO=1
-DMINIZ_NO_TIME=1
-DMINIZ_NO_DEFLATE_APIS=1
Expand Down Expand Up @@ -87,7 +87,7 @@ build_flags =
-DNO_GFX=1
-DZEDMD_128_64_2=1
-DZEDMD_WIFI=1
-DPIXEL_COLOR_DEPTH_BITS=5
-DPIXEL_COLOR_DEPTH_BITS=7
-DMINIZ_NO_STDIO=1
-DMINIZ_NO_TIME=1
-DMINIZ_NO_DEFLATE_APIS=1
Expand Down

0 comments on commit 750d95d

Please sign in to comment.