Search found 7 matches
- Tue Mar 22, 2011 2:28 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: Linux bitmap tool
- Replies: 1
- Views: 5799
Linux bitmap tool
There isn't a lot of support for the Matrix Orbital displays in a Linux environment, and recently I was trying to find a tool that could be used to create bitmaps. The main problem I ran into is that most graphic tools do way more than necessary. However, there is a bitmap tool (named bitmap ...
- Fri Mar 18, 2011 8:17 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK19264 Bitmap Upload Sample
- Replies: 7
- Views: 11162
Code Update
I was using this code to upload smaller bitmaps and originally did not include MSB when calculating the bitmap length to iterate through the remainder of the buffer.
After the post from Gerd asking about LSB-MSB I realized that the code needed to be updated to include MSB when calculating the ...
After the post from Gerd asking about LSB-MSB I realized that the code needed to be updated to include MSB when calculating the ...
- Thu Mar 17, 2011 12:27 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK19264 Bitmap Upload Sample
- Replies: 7
- Views: 11162
Hi Troy,
Glad I can help and it would be great if you want to include this in the code samples provided by Matrix Orbital.
C# is actually the main language I use these days... had to brush off the C cobwebs to work on the driver... but the upload code should be something that anyone with C, C++, C ...
Glad I can help and it would be great if you want to include this in the code samples provided by Matrix Orbital.
C# is actually the main language I use these days... had to brush off the C cobwebs to work on the driver... but the upload code should be something that anyone with C, C++, C ...
- Wed Mar 16, 2011 11:21 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK19264 Bitmap Upload Sample
- Replies: 7
- Views: 11162
GLK19264 Bitmap Upload Sample
I've seen several posts asking how to upload bitmaps and thought I would post a function I'm using to do the uploads. The function is written in C mainly because it will be added as a utility to lcdproc and it needs to follow their code standards.
The documentation shows how to code a font, which ...
The documentation shows how to code a font, which ...
- Wed Mar 16, 2011 9:44 am
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: bitmap format
- Replies: 4
- Views: 6375
- Tue Mar 15, 2011 5:51 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK19264 Bar Graph Limit
- Replies: 4
- Views: 7759
- Sat Mar 12, 2011 3:08 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: GLK19264 Bar Graph Limit
- Replies: 4
- Views: 7759
GLK19264 Bar Graph Limit
I'm writing a driver for lcdproc (linux) to support the GLK19264 and found that the bar graph functionality works great for displaying vertical and horizontal bars. The only drawback is that documentation states only 16 bar graphs can be used at one time.
One of the screens from the lcdproc client ...
One of the screens from the lcdproc client ...