To clarify then, the I2C routines of the display's controller are getting into a bad state then if I try to send data to it while it is busy drawing? Or the display sometimes has trouble recieving and buffering data while it is "busy" drawing?
We have used the GLK24064 (without the keypad) for ...
Search found 8 matches
- Mon Jun 06, 2005 3:51 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
- Mon Jun 06, 2005 2:59 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
- Mon Jun 06, 2005 2:09 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
- Mon Jun 06, 2005 9:46 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
Hi Miles,
Here's my code for I2C (SMBus). It's for Cygnal's 8051 based C8051F120 that has a built-in hardware I2C controller. In order to simplify debugging, I only ever call the write function with 1 byte of data. The hardware I2C controller generates an interrupt whenever the micro needs to take ...
Here's my code for I2C (SMBus). It's for Cygnal's 8051 based C8051F120 that has a built-in hardware I2C controller. In order to simplify debugging, I only ever call the write function with 1 byte of data. The hardware I2C controller generates an interrupt whenever the micro needs to take ...
- Fri Jun 03, 2005 1:36 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
- Thu Jun 02, 2005 2:37 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
- Thu Jun 02, 2005 1:56 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
- Thu Jun 02, 2005 11:49 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK24064-25 LCD locking up I2C Bus
- Replies: 15
- Views: 19637
GLK24064-25 LCD locking up I2C Bus
Hi,
I'm running into problems interfacing a GLK24064-25 LCD to a Cygnal 8051 microcontroller. I've used the micro's built in hardware I2C (SMBus) controller, and I'm able to send text and graphics to the display.
However, I'm experiencing frequent lockups of the display where it will hold the SDA ...
I'm running into problems interfacing a GLK24064-25 LCD to a Cygnal 8051 microcontroller. I've used the micro's built in hardware I2C (SMBus) controller, and I'm able to send text and graphics to the display.
However, I'm experiencing frequent lockups of the display where it will hold the SDA ...