hmm, so could it be that the READ_UINT8 macro won't work graphics (As in @MaBe's bug) because the address used is wrong? That could complicate things :(
I guess we'd need a second Macro with if (addr < RAM+ADDR) addr|=0x40200000;
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
hmm, so could it be that the READ_UINT8 macro won't work graphics (As in @MaBe's bug) because the address used is wrong? That could complicate things :(
I guess we'd need a second Macro with
if (addr < RAM+ADDR) addr|=0x40200000;