LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

change font size in write to OLED for lm3s8962

I'm would like to increase the font size that is displayed on the OLED screen with the lm3s8962. I am aware of the write to string vi. This subvi calls a c function, which I assume contains within it the stellarisware c code for writing a string. I've done some minor programming using KEIL, and now that at the code level, you can specify the string length and height, but I don't know where to access raw c code that the subvi is calling, in orDer to modify it. Any thoughts?
0 Kudos
Message 1 of 2
(5,661 Views)

Hi RTom,

 

You could write your own C code and then use a wrapper and import it into the example.

 

https://decibel.ni.com/content/docs/DOC-9078

 

 

Sunaina K.
Product Marketing Manager for CompactRIO & TSN

Making the intangible, tangible
0 Kudos
Message 2 of 2
(5,651 Views)