Search found 10 matches
- Thu May 22, 2008 4:23 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Manual Override Fails (GLK240128-25)
- Replies: 3
- Views: 4328
- Thu May 22, 2008 4:22 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Manual Override Fails (GLK240128-25)
- Replies: 3
- Views: 4328
Manual Override Fails (GLK240128-25)
So I was doing pretty well with developing a dynamic menu for my device, but something stranged happened an hour ago. My LCD no longer read any I2C command coming from my processor, and the only thing I can think about is something shorted on the I2C LCD or the slave address changed somehow. Before ...
- Wed Apr 30, 2008 10:33 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Invert Text Color without making a new font?
- Replies: 4
- Views: 5905
- Wed Apr 30, 2008 12:13 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Invert Text Color without making a new font?
- Replies: 4
- Views: 5905
New Question
I'm not sure how familiar you are with ARM7 processors, but I am having an issue making dynamic menus with highlighting. In the main.c file you need a while(1) loop that basically runs your commands. I'm trying to make states for my LCD so it will display certain content depending on where they are ...
- Sat Apr 26, 2008 9:21 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Invert Text Color without making a new font?
- Replies: 4
- Views: 5905
Invert Text Color without making a new font?
I'm using a GLK240128-25 smart LCD and I was wondering if there is a command to invert the text color. This means if the default text color is black, is there a command that will make it white?
I'm trying to write a function that render out highlighted menus. I have a feeling a separate font file ...
I'm trying to write a function that render out highlighted menus. I have a feeling a separate font file ...
- Wed Apr 23, 2008 3:32 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Creating a virtual ARM7 Processor
- Replies: 8
- Views: 7804
- Tue Apr 22, 2008 7:13 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Creating a virtual ARM7 Processor
- Replies: 8
- Views: 7804
- Tue Apr 22, 2008 4:14 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Creating a virtual ARM7 Processor
- Replies: 8
- Views: 7804
I downloaded a RS232 COM port program that allows me to send commands over the serial port, but it requires everything to be converted into HEX. I tried to google some ways to use C to communicate over the serial port but I couldn't find anything. Can anyone send me some source code, links, or give ...
- Wed Apr 16, 2008 10:41 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Creating a virtual ARM7 Processor
- Replies: 8
- Views: 7804
- Tue Apr 15, 2008 11:10 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Creating a virtual ARM7 Processor
- Replies: 8
- Views: 7804
Creating a virtual ARM7 Processor
I am working with the GLK240128-25 Graphic LCD for a school project and we have an ARM7 32 bit processor. I am in charge of programming the LCD and we are still trying to debug our board to get our processor working. I am wondering if anyone has a GUI or command line program that mimics the ...