We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8471346 commit deb6de1Copy full SHA for deb6de1
src/dmdreader.cpp
@@ -816,7 +816,7 @@ void dmdreader_init(PIO pio) {
816
source_width = 128;
817
source_height = 32;
818
source_bitsperpixel = 4;
819
- target_bitsperpixel = 2;
+ target_bitsperpixel = 4;
820
source_planesperframe = 4;
821
source_lineoversampling = LINEOVERSAMPLING_NONE;
822
source_mergeplanes = MERGEPLANES_ADD;
0 commit comments