Search found 1 match

by hamith
Tue Jun 25, 2024 10:34 am
Forum: ESP-IDF
Topic: Cursor navigation in a text editor
Replies: 1
Views: 557

Cursor navigation in a text editor

I'm developing a text editor using esp32 to which an LCD display is connected. Currently, to edit a file, I have a single large buffer of characters which is displayed on the screen line by line. I have implemented line splitting so that a word doesn't break when it reaches the end of a line but shi...