6 years ago
Hi, see topic subject. If it's broken out, which pin is it? Code uses pin 'index' 30 (https://github.com/Gamebuino/Gamebuino-META/blob/ac0b750ad1a722f8f9e6959d1d09c8a8fd3b634f/src/Gamebuino-Meta.h#L68) that should be PB22 in Arduino-world.
I'd like to take a look at optimising code updating the frambuffer and having CS broken out would be convenient to trigger an oscilloscope when CS is asserted.
Thank you!
NEW 6 years ago
Nope, it's not :(
But you could alter the library to mirror it on another pin ?
NEW 6 years ago
these should be all the relevant lines of code to edit https://github.com/Gamebuino/Gamebuino-META/blob/master/src/utility/Display-ST7735/Display-ST7735.cpp#L419-L431