This image is accurate, but it's fragmented.
Do I need to change a specific register value to get the correct image?
For now, here are the values I changed
// Reset all registers
{ 0x12, 0b10000000 }, // COM7: Reset all registers
/*CLKRC: divide systemclock (31 + 1 = 32, 8mhz => 250khz)*/
{ 0x11, 0b10011111 },
/*com14: change pixel clock frequency(divide by 16), manual scaling enable for pre-defined resolutions*/
{ 0x3E, 0b00010111 },
/*to change pclk, should change this too?*/
{ 0x73, 0b00000111 },
