Help with the Apache KU display export #87
Replies: 2 comments 4 replies
-
|
Why are you calling a separate display routine for such a simple display? Just put it in the "onChange" routine. Remove all the string stuff, and try this:
Don't forget to remove this part as well:
I think that would override the addresses.h file definition and stop it working. |
Beta Was this translation helpful? Give feedback.
-
|
Which version of DCS-BIOS are you using? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm trying to get the display loaded into a 16x1 LCD, but I can't get it to work.
If I use this code:
I get the following error when compiling:
However, if instead of String, I declare screenValue and AH_64D_PLT_KU_DISPLAY_A as char variables, it doesn't fail to compile, but it doesn't work either.
Can someone help me out?
Beta Was this translation helpful? Give feedback.
All reactions