You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text with fixed-width characters (the same number of pixels)
Having characters with fixed width, The firmware on the ESP32 could build strings including a large number of parameters which (by inserting the CR (ASCII 13) in the right place into the string would be seen on the phone in the space of a single parameter for instance in the following way:
(The dots were introduced because spaces are eliminated or shortened here too)
If you could also insert some codes in the string to change color , you could highlight those values that are incorrect.
Thanks for your attention
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Text with fixed-width characters (the same number of pixels) in the phone
Text with fixed-width characters (the same number of pixels) in the phone (MEGH-5043)
Oct 26, 2023
@warmtek-cell , probably it will be better to have this logic on the app side to show the values in a line. If your requirement is explicitly for text strings like 25.2 C and not just a float value 25.2, then it would be better to have this logic in the your firmware application logic which sets the string values using esp_rmaker_param_update_and_report().
I really meant that the app on the phone could use fixed-width characters and that the ESP32 firmware could choose to tell the app to use these characters.
Thanks for your attention.
Is your feature request related to a problem?
no
Describe the solution you'd like.
Text with fixed-width characters (the same number of pixels)
Having characters with fixed width, The firmware on the ESP32 could build strings including a large number of parameters which (by inserting the CR (ASCII 13) in the right place into the string would be seen on the phone in the space of a single parameter for instance in the following way:
TEMPERATURE....................25.2......C
PRESSURE...............................1.5......Bar
RPM.........................................200......turns/sec
WEIGHT....................................57......kg
With all the data lined up correctly
(The dots were introduced because spaces are eliminated or shortened here too)
If you could also insert some codes in the string to change color , you could highlight those values that are incorrect.
Thanks for your attention
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: