We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1f539 commit fba4aedCopy full SHA for fba4aed
src/video.rs
@@ -180,7 +180,7 @@ impl Mode {
180
Format::Text8x8 | Format::Text8x16 => (horizontal_pixels / 8) * 2,
181
Format::Chunky32 => horizontal_pixels * 4,
182
Format::Chunky16 => horizontal_pixels * 2,
183
- Format::Chunky8 => horizontal_pixels * 1,
+ Format::Chunky8 => horizontal_pixels,
184
Format::Chunky4 => horizontal_pixels / 2,
185
Format::Chunky2 => horizontal_pixels / 4,
186
Format::Chunky1 => horizontal_pixels / 8,
0 commit comments