Modifications

Sauter à la navigation Sauter à la recherche
21 octets ajoutés ,  26 juillet 2014 à 16:47
aucun résumé de modification
Ligne 6 : Ligne 6 :     
Basic commands:
 
Basic commands:
 
+
{{bloc-etroit|text=
 
* Display On - 0xFE 0x42 - This command turns the display backlight on . The argument is how many minutes to stay on, the command is supported but we don't handle the timeout so that number is ignored
 
* Display On - 0xFE 0x42 - This command turns the display backlight on . The argument is how many minutes to stay on, the command is supported but we don't handle the timeout so that number is ignored
 
* Display On - 0xFE 0x46 - turn the display backlight off
 
* Display On - 0xFE 0x46 - turn the display backlight off
Ligne 17 : Ligne 17 :  
* Clear screen - 0xFE 0x58 - this will clear the screen of any text
 
* Clear screen - 0xFE 0x58 - this will clear the screen of any text
 
* Change startup splash screen - 0xFE 0x40 - after sending this command, write up to 32 characters (for 16x2) or up to 80 characters (for 20x4) that will appear as the splash screen during startup. If you don't want a splash screen, write a bunch of spacesMoving and changing the cursor:
 
* Change startup splash screen - 0xFE 0x40 - after sending this command, write up to 32 characters (for 16x2) or up to 80 characters (for 20x4) that will appear as the splash screen during startup. If you don't want a splash screen, write a bunch of spacesMoving and changing the cursor:
 
+
}}
 
* Set cursor position - 0xFE 0x47 - set the position of text entry cursor. Column and row numbering starts with 1 so the first position in the very top left is (1, 1)
 
* Set cursor position - 0xFE 0x47 - set the position of text entry cursor. Column and row numbering starts with 1 so the first position in the very top left is (1, 1)
 
* Go home - 0xFE 0x48 - place the cursor at location (1, 1)
 
* Go home - 0xFE 0x48 - place the cursor at location (1, 1)
29 837

modifications

Menu de navigation