DV Display: Probable fix for frame corruption

dv_stick
Mike Bell 2023-06-28 20:03:40 +01:00 zatwierdzone przez Phil Howard
rodzic 559ce08e04
commit e9779fc0e7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -20,6 +20,10 @@ namespace pimoroni {
this->height = height;
this->mode = mode;
bank = 0;
h_repeat = 1;
v_repeat = 1;
uint8_t res_mode = 0xFF;
uint16_t full_width = width;
uint16_t full_height = height;