@ -58,6 +58,14 @@ void lcd_write(u16 address, u8 value) {
u8 *p = (u8 *)&ctx;
p[offset] = value;
if(offset == 2) {
printf("YScroll: %02X\n", value);
}
if(offset == 0xA) {
printf("WinY: %02X\n", value);
if(offset == 6) {
//offset FF64
dma_start(value);
The note is not visible to the blocked user.