Is the chip select line for the display broken out on the backpack connector?

Général

dxb

il y a 5 ans

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!

Aurélien Rodot

NEW il y a 5 ans

Nope, it's not :(

But you could alter the library to mirror it on another pin ?

dxb

NEW il y a 5 ans

Ack, thanks for the suggestion. I'll do that! :)