I tried a 3s pause before the first command and it isn't working :(
Moreover, I guess the screen is initalized as soon the bootscreen is displayed (quasi immediatly in fact)...
And after some test , it seems the lcd need differents pauses according to the commands. But it's the work of the ...
Search found 8 matches
- Thu Jul 13, 2006 1:13 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Strange timing behaviour
- Replies: 10
- Views: 11115
- Wed Jul 12, 2006 12:20 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Strange timing behaviour
- Replies: 10
- Views: 11115
- Wed Jul 12, 2006 10:53 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Strange timing behaviour
- Replies: 10
- Views: 11115
- Wed Jul 12, 2006 7:01 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Medium/large digits problem
- Replies: 16
- Views: 25058
- Wed Jul 12, 2006 6:21 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Strange timing behaviour
- Replies: 10
- Views: 11115
Strange timing behaviour
I'm working on a PK202-25 PCB rev3.0 in I2C Mode at 350Kbps and I have (another) some problem.
Please take a look a this code :
LcdClearScreen();
pause(HUNDRED_MS);
LcdLocate(5,1); // set cursor to col 5 row 1
pause(HUNDRED_MS);
LcdPrintStr("Hello");
It works correctly .
If I remove the pauses ...
Please take a look a this code :
LcdClearScreen();
pause(HUNDRED_MS);
LcdLocate(5,1); // set cursor to col 5 row 1
pause(HUNDRED_MS);
LcdPrintStr("Hello");
It works correctly .
If I remove the pauses ...
- Wed Jul 12, 2006 12:24 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Medium/large digits problem
- Replies: 16
- Views: 25058
- Tue Jul 11, 2006 2:17 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Medium/large digits problem
- Replies: 16
- Views: 25058
- Thu Jun 29, 2006 8:20 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: PK202 I2C level voltages
- Replies: 1
- Views: 2847
PK202 I2C level voltages
Hello,
I want to use a PK202 with a 3.3V (but 5V tolerant)
I want to use a PK202 with a 3.3V (but 5V tolerant)