Modifications

Sauter à la navigation Sauter à la recherche
1 octet ajouté ,  26 juillet 2014 à 16:47
aucun résumé de modification
Ligne 13 : Ligne 13 :  
* Set Contrast - 0xFE 0x50 - set the display contrast. In general, around 180-220 value is what works well. Setting is saved to EEPROM
 
* Set Contrast - 0xFE 0x50 - set the display contrast. In general, around 180-220 value is what works well. Setting is saved to EEPROM
 
* Set & Save Contrast - 0xFE 0x91 - same as above
 
* Set & Save Contrast - 0xFE 0x91 - same as above
 +
}}
 
* Autoscroll on - 0xFE 0x51 - this will make it so when text is received and there's no more space on the display, the text will automatically 'scroll' so the second line becomes the first line, etc. and new text is always at the bottom of the display
 
* Autoscroll on - 0xFE 0x51 - this will make it so when text is received and there's no more space on the display, the text will automatically 'scroll' so the second line becomes the first line, etc. and new text is always at the bottom of the display
 
* Autoscroll off - 0xFE 0x52 - this will make it so when text is received and there's no more space on the display, the text will wrap around to start at the top of the display.
 
* Autoscroll off - 0xFE 0x52 - this will make it so when text is received and there's no more space on the display, the text will wrap around to start at the top of the display.
 
* 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