help with 'set box space mode'
Posted: Fri Sep 21, 2007 5:38 am
Hi,
I'm using a GLK240128-25, PCB Rev1.0, interfaced to a PIC18F6722 via I2C. I'm also using the CCS C compiler and their built-in I2C primitives. This essentially works, I can display text, move the insertion point, and switch the backlight on and off.
What I cannot do is make the 'Set Box Space Mode' command work. I send the three appropriate bytes (0xFE, 0xAC, 0x01) and get no response. I'm expecting a black box the size of a character to appear at the insertion point, previously specified by the 'cursor position' command.
I must be missing something obvious! Any ideas?
Thanks.
I'm using a GLK240128-25, PCB Rev1.0, interfaced to a PIC18F6722 via I2C. I'm also using the CCS C compiler and their built-in I2C primitives. This essentially works, I can display text, move the insertion point, and switch the backlight on and off.
What I cannot do is make the 'Set Box Space Mode' command work. I send the three appropriate bytes (0xFE, 0xAC, 0x01) and get no response. I'm expecting a black box the size of a character to appear at the insertion point, previously specified by the 'cursor position' command.
I must be missing something obvious! Any ideas?
Thanks.