-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
horus widget: Widget to display the levels of Lipo battery from single analog source #30
horus widget: Widget to display the levels of Lipo battery from single analog source #30
Conversation
…rom single analog source (like the VFAS/A1/A2/mini-quad-flight-controller)
Please help me to find a better name for that widget, it is a very usfull one, This widget display a graphical representation of a Lipo (not other types) battery level, it will automatically detect the cell amount of the battery.
|
Dammit... I swear I replied to this two days ago! How about something like 'Battery Gauge (Analogs)` or 'Batt Gauge (Analog)' unless that's getting too long (hm, that begs the question what is the maximum length of a widget name... ?) |
well, i did not know we allow spaces :-)
|
The last one looks better, the first is more informative 😆 |
maybe we can find a word that will represent the "total-value"? how complicate it to enlarge the widget name? to 20-25 chars? |
It's not something that I can even think of contemplating in the next couple of weeks... just wrong time of the release cycle and year 😆 ... I suspect it won't be too hard, as yaml configuration handling will relax a lot of restrictions around lengths of names as it is no longer restricted to the field sizes that were reserved in the bin files. "Batt Total A." 🤔 then again.... "A. Batt Total' would put it near the top of the list after the buil in widgets if I remember the code for the list creation right 😆 ... although that could do with some TLC as it really should be sorted A-Z. |
Well, after more testing, it looks like there is not limitation on the widget name, as it displayed on screen! so we can choose from the following:
I think the best none is the num 1 what do you think? |
1 looks good to me also... leaves from for a "digital" source version
should there be such a thing.
Yeah, we need to sort the list before display... Not sure I've mentioned
that in an issue yet or on discord.
…On Fri, 10 Dec 2021, 11:35 pm Offer Shmuely, ***@***.***> wrote:
Well, after more testing, it looks like there is not limitation on the
widget name, as it displayed on screen!
The limit is enforced on the directory name of the widget (edgeTx does not
enforce the directory name to be equal to the on-screen name s openTx did)
in addition, the current sort is by the dir name, and not the
on-screen-name, strange, but can be change
so we can choose from the following:
1. BattCheck (Analog)
2. BattCheck Analog
3. BattGauge (Analog)
4. BattGauge Analog
5. BattTotal (Analog)
6. BattTotal Analog
I think the best none is the num 1
what do you think?
[image: image]
<https://user-images.githubusercontent.com/7026911/145582189-83eea491-a48b-45ea-9d74-27dd1a3f6d61.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#30 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJ66KNMCRXLY2TOVJXGQBTUQH6ZHANCNFSM5GC2V65Q>
.
|
horus widget: Widget to display the levels of lipo battery from single analog source (like the VFAS/A1/A2/mini-quad-flight-controller)