Clark,
Right after initializing the IIC bus I run the following commands:
void setup_screen(void)
{
iic_start(WDisplay);
iic_transmit(0xFE); // Turn autoscroll off
iic_transmit(0x52); // Turn autoscroll off
iic_transmit(0xFE); // Turn autotransmit key off
iic_transmit(0x4F); // Turn autotransmit ...
Search found 2 matches
- Tue Aug 31, 2010 4:05 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK204 and an MC9S102
- Replies: 4
- Views: 6393
- Sun Aug 29, 2010 3:54 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LK204 and an MC9S102
- Replies: 4
- Views: 6393
LK204 and an MC9S102
Hi all,
I am using an LK204 with a 4x4 keypad interfaced with a freescale MC9S12. For ease of use I am using the IIC bus to communicate between the controller and the screen. I have observed some strange behavior between the screen and the controller. When one repeatedly writes to the display and ...
I am using an LK204 with a 4x4 keypad interfaced with a freescale MC9S12. For ease of use I am using the IIC bus to communicate between the controller and the screen. I have observed some strange behavior between the screen and the controller. When one repeatedly writes to the display and ...