~ruther/stm32h747i-disco-usb-image-viewer

895af52b2f1714d0556ff51abed358d7a5a4b4f1 — Rutherther 3 months ago 3842847
fix: coloring
1 files changed, 1 insertions(+), 1 deletions(-)

M firmware/src/otm8009a.c
M firmware/src/otm8009a.c => firmware/src/otm8009a.c +1 -1
@@ 288,7 288,7 @@ void otm8009_init(display_t *display, otm8009a_mode_t mode,
    madctr = OTM8009A_MADCTR_MODE_LANDSCAPE;
  }

  if (colormap == OTM8009A_COLORMAP_BGR) {
  if (colormap == OTM8009A_COLORMAP_RGB) {
    madctr |= (1 << 3);
  }


Do not follow this link