My Display is a GLK12232-25-SM
I am somewhat new to hardware so be easy on me. I have looked through the forum though not extensively, so if this was answered please just refer me to those postings.
My question/confusion:
I've been reading through the manual Revision 2.0 in hopes that things would become clear, not the case. I am trying to write a program in C# that pretty much reproduces your mogd# program (pretty cool btw) but I've been having trouble uploading a font file.
First off...I have actual been able to communicate in the way that manual describes the communication protocol. (command echo command echo (to be simple) This was done only for one file(one character). (for your "clean" font there are many files (a file for each character) )
I guess I am confused on how to actual put a complete font on the device so that I can use it.
Do I just use a windows defined font?
Do I use a font like the provided "clean" font and write an algorithm:
get font file 1
send command to set font to device
send file
get font file2
send command to set font to device
send file
etc
or do things get overwritten....?
Am I supposed to somehow link all the files then send all at once?
I am not too sure how to do this. And having two separate ways of doing this was confusing me. (the uploading a font file section and creating a font section -sections 5.2 and 5.1.2, respectively)
I've also read through the manual for this device revision 1.0
Please help

Thanks