i overlooked this in trying to write commands to read part of the screen so i could easily blit things over and then “erase” by return them to their previous state (so i don’t have to keep a framebuffer on the pico side) and it took me ages to figure out the reason it’s not working is because the screen has no idea it’s meant to be sending data over. :]
oh yeah, fair enough, double my mistake then.. that’s for the parallel connection, not serial
well, then i need to look at my code again it’s probably to do with doing it on PIO, though weeks ago when i first tried it with the hardware SPI i also couldn’t get it to work