Hi guys,
I'm writing a pretty lengthy keypad-LCD interface and I apparently just crossed the page boundary. What does this mean? I guess that means I need to write new functions for, say, writing to the LCD and reading from the keypad using bank 1 memory addresses, right? I've pretty much run out of the 0x70-0x7F registers for stuff like EEPROM access so I assume I need like bank-specific functions (writeLCD1, writeLCD2, etc). I'm just wondering what I need to keep in mind for the rest of my code.
I hope this question made sense. Thanks for looking!
I'm writing a pretty lengthy keypad-LCD interface and I apparently just crossed the page boundary. What does this mean? I guess that means I need to write new functions for, say, writing to the LCD and reading from the keypad using bank 1 memory addresses, right? I've pretty much run out of the 0x70-0x7F registers for stuff like EEPROM access so I assume I need like bank-specific functions (writeLCD1, writeLCD2, etc). I'm just wondering what I need to keep in mind for the rest of my code.
I hope this question made sense. Thanks for looking!