Changes between Version 7 and Version 8 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/LocateLCD
- Timestamp:
- 03/12/25 08:08:40 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/LocateLCD
v7 v8 2 2 Sets the current X,Y display position on the LCD screen. 3 3 4 {{{ 4 {{{#!c++ 5 5 void LocateLCD(int x, int y); 6 6 }}} … … 21 21 == Example == 22 22 23 {{{ 23 {{{#!c++ 24 24 LocateLCD(10, 10); 25 25 PrintLCD("Hello World");