Search found 7 matches

by Lynx28
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: 4398

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) includ...
by Lynx28
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: 9383

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 length...
by Lynx28
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: 9383

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# ...
by Lynx28
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: 9383

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 is...
by Lynx28
Wed Mar 16, 2011 9:44 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: bitmap format
Replies: 4
Views: 5227

Hi Gerd, The correct format is PBM for the GLK19264. The example for a font in the document shows how to calculate the specific bytes to send. http://en.wikipedia.org/wiki/Netpbm_format There is also an error in the documentation. After sending the command with size the device will send back a confi...
by Lynx28
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: 6593

Hello Troy, Thanks for the reply! I had a feeling this wouldn't be something too easy to change... would definitely be something nice to have in the future. Flow control is definitely the way to go with drawing the rectangles. I had originally implemented it with a separate routine that would check ...
by Lynx28
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: 6593

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 d...