I’m using the Micromod weather board with an Artemis cpu. All working fine but what I want to do is turn the oled display I have connected off and then on when a button is pressed via an interrupt. It’s easy to do say on an Arduino Nano but how would I go about it here? There doesn’t seem to be a pin I can use on the weather board for this.
You could wire one up yourself using PTH pins with a switch between, or use something like https://www.sparkfun.com/products/15932 that’ll be nice and clean
Then just use either an interrupt routine, a watchdog timer, or similar like in normal arduino to wake the screen up