Hobbyist Toolkit

cancel
Showing results for 
Search instead for 
Did you mean: 

Oled SDD1306 String to Pixmap

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

patrickrobiergmxat_0-1692976128163.png  

patrickrobiergmxat_1-1692976633768.png

 

 

 

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?

 

0 Kudos
Message 1 of 4
(1,048 Views)

Hi,

What microcontroller  board are you using for this code? Can you please share the full code?

0 Kudos
Message 2 of 4
(987 Views)

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.

~ Self-professed LabVIEW wizard ~
Helping pave the path to long-term living and thriving in space.
0 Kudos
Message 3 of 4
(982 Views)

My solution is attached
control functionality did not work for me on the Raspbarry stand alone
 

0 Kudos
Message 4 of 4
(875 Views)