Skip to content

Commit deb6de1

Browse files
committed
set CAPCOM to 4bit
1 parent 8471346 commit deb6de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dmdreader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ void dmdreader_init(PIO pio) {
816816
source_width = 128;
817817
source_height = 32;
818818
source_bitsperpixel = 4;
819-
target_bitsperpixel = 2;
819+
target_bitsperpixel = 4;
820820
source_planesperframe = 4;
821821
source_lineoversampling = LINEOVERSAMPLING_NONE;
822822
source_mergeplanes = MERGEPLANES_ADD;

0 commit comments

Comments
 (0)