Search found 2 matches

by blackquetzal
Wed Feb 05, 2020 12:21 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLK24064-25 Draw Bitmap from Memory
Replies: 2
Views: 11295

Re: GLK24064-25 Draw Bitmap from Memory

So, after posting the problem I've found the solution. Talk about Rubber duck debugging... So here's the deal. The manual states that the bitmap ID has been changed from Byte to Short. So, now there are 2 bytes for an ID, further still the manual says that the short value is in little endian. The co...
by blackquetzal
Wed Feb 05, 2020 11:56 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: GLK24064-25 Draw Bitmap from Memory
Replies: 2
Views: 11295

GLK24064-25 Draw Bitmap from Memory

Hello, I've been having this issue for a week now, and haven't found an answer in the forums. So I'd like some light in the matter. I am using MOGD# to script the following to the display (Draw a Bitmap from Memory) 254 98 1 0 0 But the display does not show the stored bitmap, and the next command s...