From c7a78d7b63d89c62ba7915e6270fcf29f5a957e8 Mon Sep 17 00:00:00 2001 From: Norbert Richter Date: Fri, 8 Mar 2019 12:37:54 +0100 Subject: [PATCH] precise DisplayText position command c and l --- Displays.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Displays.md b/Displays.md index afe8b7ce..a1d6bfdd 100644 --- a/Displays.md +++ b/Displays.md @@ -49,8 +49,8 @@ via the `d` command or automatically at the end of the command. ### Positioning -`l _p_` = sets a character line to print at
-`c _p_` = sets a character column to print at
+`l _p_` = sets a character line to print at (on LCD display _p_ = {0…}, on TFT display _p_ = {1…})
+`c _p_` = sets a character column to print at (on LCD display _p_ = {0…}, on TFT display _p_ = {1…})
`x _p_` = sets the x position for consecutive prints
`y _p_` = sets the y position for consecutive prints