Search found 12 matches

by dpaget21
Sat Jun 11, 2022 4:20 pm
Forum: General Instrument Help
Topic: Changing font size in string.format
Replies: 8
Views: 930

Re: Changing font size in string.format

here's a simple code based on yours for you to try Notice the use of halign here txt_next_WP=txt_add("XXXXX", "font:arimo_regular.ttf; size:50; color: red;valign:bottom;", 50, 50, 300, 50) txt_Dis_NM=txt_add("XXX", "font:arimo_regular.ttf; size:50; color: red; val...
by dpaget21
Thu Jun 09, 2022 5:42 am
Forum: General Instrument Help
Topic: Changing font size in string.format
Replies: 8
Views: 930

Changing font size in string.format

Is there any way to change the txt size in a txt_set string format? function gps_wp_callback (WPnextID, DISnextWP) txt_set(txt_next_WP, WPnextID) DISnextWP = DISnextWP/1852 txt_set(txt_Dis_NM, string.format("%.1fNM", DISnextWP)) end I am building the GI 275 and would like to make the "...
by dpaget21
Sun Jan 10, 2021 8:35 pm
Forum: General Discussion on Anything
Topic: G1000 bezel FS2020
Replies: 32
Views: 15905

Re: G1000 bezel FS2020

I have uploaded my FS2020 G1000 Overlay to my Google drive. You can download the Overlay in Air Manager import format from here: It is based upon Russ Barlows Xplane Overlay. https://drive.google.com/file/d/1iWqKcU6IbX2yzG1UWz7Dv0CJ-zIrTzA-/view?usp=sharing Note only the PFD is operational at prese...
by dpaget21
Sat Jan 09, 2021 10:40 pm
Forum: General Discussion on Anything
Topic: G1000 bezel FS2020
Replies: 32
Views: 15905

Re: G1000 bezel FS2020

Thank you @jplewis02 for your detailed instructions and for the effort you put into figuring this out. I and I'm sure a number of other people on this forum appreciate your efforts. In your instructions you refer to locating a "MSFS2020-MODULE" folder in the extracted MobiFlight zip file....
by dpaget21
Sat Jan 09, 2021 10:05 pm
Forum: General Discussion on Anything
Topic: G1000 bezel FS2020
Replies: 32
Views: 15905

Re: G1000 bezel FS2020

The MobiFlight I downloaded has the MSFS2020_Module folder, I added it to the community folder and I still can't seem to get the commands to work, I do have MSFS2020 from Steam
by dpaget21
Sat Jan 09, 2021 6:49 pm
Forum: Knobster
Topic: Knobster control selection in VR
Replies: 5
Views: 3624

Re: Knobster control selection in VR

Is there a way to use a physical button to control which input the knobster controls? I saw a video that Russ made using a VR box but cannot figure out how to make buttons respond to switch what input you want selected
https://youtu.be/mWfKkJdA8ZY
by dpaget21
Mon Oct 05, 2020 10:28 pm
Forum: Knobster
Topic: Looking to add physical buttons to select what the Knobster will control.
Replies: 16
Views: 9357

Re: Looking to add physical buttons to select what the Knobster will control.

I see you are having the same problem as me with the VS not working TRY AP_PANEL_VS_ON I am trying to find a way to use andurino buttons to select which instrument or knob the knobster will control like in your video at the start of this thread, is there any documentation that shows how to interact ...
by dpaget21
Sun Sep 27, 2020 9:29 pm
Forum: Arduino
Topic: Code for rotary encoder with a push button
Replies: 18
Views: 6756

Re: Code for rotary encoder with a push button

There you go. It’s so much more satisfying when you get a prompt in the right direction and figure the rest for yourself. You now understand the usefulness of AM timers. I wasn’t trying to be difficult suggesting you look at timers rather than supply you already working code but simply wanting you ...
by dpaget21
Sat Sep 26, 2020 5:50 am
Forum: iPad Help
Topic: Ipad 1
Replies: 1
Views: 2081

Ipad 1

I have the original iPad that has been collecting dust for quite a few years, was hoping to use it as a touch screen but as not many apps are supported anymore does anyone know if you can get AirManager to work with it?? The store says it requires IOS 9 and it only goes up to 5.something.
by dpaget21
Sat Sep 26, 2020 5:25 am
Forum: Arduino
Topic: Code for rotary encoder with a push button
Replies: 18
Views: 6756

Re: Code for rotary encoder with a push button

Any chance you could save me another couple of hours and provide me a sample of a timer? I’m very new to lua ? Thanks in advance Off the top of my head (coz Im at work, and no AM) ... could_this_be_a_double_click = false function button_released() if (could_this_be_a_double_click == false) then cou...