Select menu in multiple languages #34
Closed
airanbertinetti
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Okay, that's a new feature. It could be made possible by using an array as the
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Your library is magnificent. I'm using it on a NODE MCU8266 and it works great using I2C display. I navigate the menu with a rotary encoder and the ClickEncoder.h library.
I also created an exclusive function that performs the adjustment of parameters, since with the imputItem() I was unsuccessful. Now with its update menu.hide() and menu.show() it is much better, as it made it easier to return to the previous menu.
I also make that all parameter values that are changed in the menu are saved in the EEPROM/FLASH memory of the 8266.
My project needs the menu to be in 3 different languages (English, Spanish and Portuguese) as I live in Brazil. But as the text definition of the Menu Items are pointers of character pointers (char*), but I can only put them in the code scope. Any changes I make later by changing the values at the memory address indicated by the pointer do not change anything in the menu. Although the values in the memory addresses have already been changed, the menu does not change their text.
Could you help me solve this?
Beta Was this translation helpful? Give feedback.
All reactions