Class library for a Nextion graphics LCD to provide basic graphics and touch functions.

Dependents:   ProjectCardDisplay ProjectCardDisplay TUTORIA_GARCIA_ACOSTA

Files at this revision

API Documentation at this revision

Comitter:
grantphillips
Date:
Sun Feb 04 20:45:33 2018 +0000
Parent:
2:ea278c2b9437
Commit message:
1

Changed in this revision

NextionLCD.h Show annotated file Show diff for this revision Revisions of this file
--- a/NextionLCD.h	Sun Feb 04 20:43:57 2018 +0000
+++ b/NextionLCD.h	Sun Feb 04 20:45:33 2018 +0000
@@ -100,7 +100,7 @@
     * @param y y position.
     * @param w Width of string area.
     * @param h Height of string area.
-    * @param font Font ID to use (0: 8x16; 1: 12x24; 2: 16x32).
+    * @param font Font ID to use (0:smallest - 7:largest).
     * @param fontcolor Color Integer value (0 to 65535) to represent the font color of the string - represented in 16-bit 565 color format.
     * @param backcolor Color Integer value (0 to 65535) to represent the background color of the string - represented in 16-bit 565 color format.
     * @param xcenter Horizontal alignment (0: left-aligned, 1: entered, 2: right-aligned).