I recently received my first Crystalfontz LCD panel and I have been really impressed with it so far. I am currently writing a utility in C# that will interact with this LCD panel. I have been able to send text to the LCD and receive the keypad interaction. I have ran into 3 tasks that I cannot find the answers to:
1. How can I display a marquee banner? I can time delay writing to the LCD but using command type 31 does not give me smooth scrolling.
2. How can I display very simple images? Is there a way for me to pass image bytes to the panel and have it display them?
3. How can I activate individual pixels on the panel instead of using the built in character fonts in the CGROM? For example, if I need to draw a vertical line down all 4 rows that is only 1 pixel in width, how would I do that?
Unfortunately, I cannot use the CC2 program since the company does not want to load third party software. However what I am attempting to do appears to be possible since many people have created "screens" to do similar functions. I looked through the 1.4 documentation and it does not cover these topics. Is there any additional documentation or sources that I can get to help with this or is this information considered proprietary by Crystalfontz and the use of CC2 would then be required?
1. How can I display a marquee banner? I can time delay writing to the LCD but using command type 31 does not give me smooth scrolling.
2. How can I display very simple images? Is there a way for me to pass image bytes to the panel and have it display them?
3. How can I activate individual pixels on the panel instead of using the built in character fonts in the CGROM? For example, if I need to draw a vertical line down all 4 rows that is only 1 pixel in width, how would I do that?
Unfortunately, I cannot use the CC2 program since the company does not want to load third party software. However what I am attempting to do appears to be possible since many people have created "screens" to do similar functions. I looked through the 1.4 documentation and it does not cover these topics. Is there any additional documentation or sources that I can get to help with this or is this information considered proprietary by Crystalfontz and the use of CC2 would then be required?
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.