The text editor allows vertical scrolling, lines counter, automatic line return without word split.
I had planned to code copy/cut/paste functions, but I never get enough motivation to do it.
The data of one text file cannot exceed 50kB (which is enough), because I manipulate it as a table inside the RAM range dedicated to variables (64kB maxi).
The editor cannot create, delete, or rename a file. It cannot modify the FAT. All the modifications have to be made on the file explorer before or after editing the content of the text file.
Function keys :
- F10 : save the current file
- F12 : exit
This is the first software that I have coded. I needed to develop the keyboard interface (interpretation of key codes). I found this part more difficult that I thought.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.