Commit 64184bb
authored
fix(boot): fill the boot-screen swatches on BWR/BWY panels (#149)
The footer swatches advertise the colors a panel can produce, but on a
bitplane scheme the black one rendered as an empty outlined box.
The interior fill was skipped for BWR/BWY by an `!useBitplanes` guard. The
guard is unnecessary: swatch codes reach setBootPixelCode(), which at 1 bpp
already clears the bit for code 0 and sets it for code 1 — exactly the black
and white the B/W plane needs. The colored swatch never reaches this path at
all; colorPlanePass paints it on PLANE_1 and continues.1 parent a1a165e commit 64184bb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | | - | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| |||
0 commit comments