08-25-2023 10:19 AM
for a project i use a 0.96 inch OLED SSD1306 display I2C with 128 x 64 pixels.
I can control it and write it using a 128x64 bit array.
I'm having some trouble converting a string to a bit array.
It works great when the VI is deployed and run from a PC, but when compiled and downloaded to the embedded target, it stops working.
the funktions i used do not work on the raspbarry
The examples are described here:
https://www.feeds.labviewmakerhub.com/forums/viewtopic.php?f=11&t=872
Picture Funktions and generating image bitmap also do not work on the raspberry.
Does anyone have an idea how I can convert a string konfordable into a bitmap?
08-29-2023 09:52 AM
Hi,
What microcontroller board are you using for this code? Can you please share the full code?
08-29-2023 10:39 AM
The embedded nature of the Pi means no UIs, which means no front panel terminals to get images of.
You can switch to programmatically creating the picture using the picture control functionality and using the methods to draw text onto a picture which you can convert to a pixmap.
09-10-2023 11:29 AM - edited 09-10-2023 12:05 PM