philmoz

Results 276 comments of philmoz

This is how it looks with the preview on the left. ![Screen Shot 2022-12-31 at 9 39 47 pm](https://user-images.githubusercontent.com/9474356/210154466-acc74dc0-8a62-4ac7-a420-e36f9d0960eb.png)

@JimB40 Looks interesting although I'm not sure how the top bar will fit on the NV14 - the middle section with the date etc is the full width of the...

Regarding the trim suggestion - for non stick inputs (sliders, pots, etc), there is no 'default' trim switch. In this case the 'On' option does not appear in the popup...

I think the issue is when a trim is both disabled and used to adjust a GV in a special function. There is code that overrides the normal trim handling...

If I understand correctly you would need to map a switch/pot/slider to control a function (e.g. throttle cut) in the radio setup. What happens if you load a model on...

> I think it would make more sense to sort alphabetically so that A-Z shows Aa, Bb ... Zz, and Z-A shows Zz, Yy ... Aa. I agree - the...

Here is a summary of the API as it currently stands (20th Apr). The Lvgl system is accessed through ‘lvgl’ object in Lua. A Widget must set ‘useLvgl=true’ in the...

Added the 'image' widget object to display bitmap images.

I'd prefer to hold this one until after 5031 is merged if that's ok.

Fixed the number and text input boxes. I can't reproduce the syntax error.