From ef00f85280d013eb69f011713c5130a058fa3cd5 Mon Sep 17 00:00:00 2001 From: Kyle Reed Date: Sun, 30 Apr 2023 10:33:53 -0700 Subject: [PATCH] Adding text entry page. --- Text-Entry.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Text-Entry.md b/Text-Entry.md index 2ccafcd..4b121fc 100644 --- a/Text-Entry.md +++ b/Text-Entry.md @@ -1 +1,8 @@ -Text Entry \ No newline at end of file +The text entry view allows you to modify text. Use the buttons on the screen to update the text field at the cursor. +For the most part this is self explanatory, but there are a few features that are worth pointing out. + +* Cursor - with the text field selected, use the encoder or the left/right buttons to set the cursor position. +* Insert/Overwrite - with the text field selected, pressing the select button will toggle between insert and overwrite modes. Overwrite mode will invert the cursor to indicate it is active. +* Raw byte entry - with the raw number field selected, use the encoder to select a byte value. Pressing select will enter that byte value into the text field. This can be used to insert a byte or a . + +Backing out of the control will not save changes. Changes are saved when the OK button is pressed. \ No newline at end of file