Hello guys,
Im working on a project. I did a keyboard on my nextion screen. When Im pressing a character on the keyboard, nextion writing them on a text bar.
Example:
User pressing ----> 'A' , 'B' , 'C', ' ', 'D' , 'E' , 'F' (Like sending name, surname)
Text Bar Looking -> ABC DEF (Like seeing name, surname)
So how can i save them. Like that kind of table in txt format
1- name1 surname1
2- name2 surname2
3- name3 surname3
Im not good at coding. Actually Im learning to coding. I have an idea but im open for opinions.
My idea is:
I will try to write them eeprom. But how should i processing information.
Thank you all..
buttons: A-b0 B-b1 C-b2 ... F-b5
text bar: t0
Im working on a project. I did a keyboard on my nextion screen. When Im pressing a character on the keyboard, nextion writing them on a text bar.
Example:
User pressing ----> 'A' , 'B' , 'C', ' ', 'D' , 'E' , 'F' (Like sending name, surname)
Text Bar Looking -> ABC DEF (Like seeing name, surname)
So how can i save them. Like that kind of table in txt format
1- name1 surname1
2- name2 surname2
3- name3 surname3
Im not good at coding. Actually Im learning to coding. I have an idea but im open for opinions.
My idea is:
I will try to write them eeprom. But how should i processing information.
Thank you all..
buttons: A-b0 B-b1 C-b2 ... F-b5
text bar: t0