diff options
author | ckielstra <c.kielstra@ultimaker.com> | 2022-01-17 14:10:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 08:10:23 -0500 |
commit | febafd1cc785720dfc82363eaf62d5e237218dab (patch) | |
tree | 78baf906c908620924b90f0fc47b11a0cb43a325 /examples/arduino/LVGL_Arduino | |
parent | a9a6cb8efd16c55a175791a43a3f4043a3a5e01f (diff) | |
download | lvgl-febafd1cc785720dfc82363eaf62d5e237218dab.tar.gz lvgl-febafd1cc785720dfc82363eaf62d5e237218dab.zip |
chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Diffstat (limited to 'examples/arduino/LVGL_Arduino')
-rw-r--r-- | examples/arduino/LVGL_Arduino/LVGL_Arduino.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino index ec01d0ca6..7c40ae8b9 100644 --- a/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino +++ b/examples/arduino/LVGL_Arduino/LVGL_Arduino.ino @@ -87,7 +87,7 @@ void setup() tft.setRotation( 3 ); /* Landscape orientation, flipped */ /*Set the touchscreen calibration data, - the actual data for your display can be aquired using + the actual data for your display can be acquired using the Generic -> Touch_calibrate example from the TFT_eSPI library*/ uint16_t calData[5] = { 275, 3620, 264, 3532, 1 }; tft.setTouch( calData ); |