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 322ad6d commit a407a08Copy full SHA for a407a08
ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2350.c
@@ -134,7 +134,7 @@ bool common_hal_picodvi_framebuffer_preflight(
134
mp_uint_t color_depth) {
135
136
// for each supported resolution, check the color depth is supported
137
- if (width == 640 && height == 640) {
+ if (width == 640 && height == 480) {
138
return color_depth == 1 || color_depth == 2 || color_depth == 4 || color_depth == 8;
139
}
140
if (width == 320 && height == 240) {
0 commit comments