Hey Troy,
The issue was not in the upload process, but in how to break down the image in that format. Standard programs, such as The Gimp, can export monochrome bitmaps, but they do it row major, which did not work.
What I ended up doing, is writing a program to emulate the LCD. I then used MOGD ...
Search found 2 matches
- Tue Aug 12, 2008 7:37 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: creating bitmaps to upload
- Replies: 3
- Views: 3827
- Wed Aug 06, 2008 2:12 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: creating bitmaps to upload
- Replies: 3
- Views: 3827
creating bitmaps to upload
I have the GLK12232, rev 1.4.
I am controlling the display through a microcontroller, written in C. I have the protocol working correctly and is uploading the bitmap to memory. The issue, as I believe I gleamed from other posts, is in how the byte array is getting stored. I read somewhere that the ...
I am controlling the display through a microcontroller, written in C. I have the protocol working correctly and is uploading the bitmap to memory. The issue, as I believe I gleamed from other posts, is in how the byte array is getting stored. I read somewhere that the ...