![]() |
Forum Index : Microcontroller and PC projects : How to... with MM
Author | Message | ||||
kiiid Guru ![]() Joined: 11/05/2013 Location: United KingdomPosts: 671 |
... undefine a pin? Imagine this setup - 64-pin MM+ with a switch connected to ground on pin 51. According to the Manual, pin 51 is the WAKE pin so it should bring the MM back to active after CPU SLEEP. But how to use the switch to go to sleep? If I set it up as DIN, then CPU SLEEP generates an error "pin 51 is in use"... http://rittle.org -------------- |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10215 |
SETPIN pn OFF |
||||
kiiid Guru ![]() Joined: 11/05/2013 Location: United KingdomPosts: 671 |
Cool! I will try it now. Thanks http://rittle.org -------------- |
||||
kiiid Guru ![]() Joined: 11/05/2013 Location: United KingdomPosts: 671 |
How to make a font with transparent background? http://rittle.org -------------- |
||||
matherp Guru ![]() Joined: 11/12/2012 Location: United KingdomPosts: 10215 |
My driver for the R61505V does this - just use 1 as the background colour. I've also written drivers for the SSD1963 which do this - same approach. It can't be done with the standard drivers as it relies on reading the background colour. Otherwise you would have to cursor position for each pixel in the font |
||||
kiiid Guru ![]() Joined: 11/05/2013 Location: United KingdomPosts: 671 |
Fortunately, in this case I am using exactly your R61505V driver, so that's excellent news. Thank you! http://rittle.org -------------- |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |