Modifications

Sauter à la navigation Sauter à la recherche
314 octets ajoutés ,  26 juillet 2014 à 19:37
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{LCD-USB-TTL-NAV}}
 
{{LCD-USB-TTL-NAV}}
   −
To display text, just send ASCII characters! There are a few special characters to note:
+
Pour afficher du texte, il suffit d'envoyer des caractères ASCII! Il y a quelques caractères spéciaux dont il faut prendre note:
   −
* '''New line character (0x0A or '\n')''' will fill the rest of the current row with spaces (to blank it) and move to the next line
+
* Le caractère '''New line (0x0A ou '\n')''' de "nouvelle ligne" remplira le reste de la ligne courante avec des espaces (pour effacer le restant de la ligne) et se place sur la ligne suivante
* '''Carriage return (0x0D or '\r')''' is not listened to
+
* Le caractère '''Carriage return (0x0D or '\r')''' de "retour à la ligne" est simplement ignoré
* '''Backspace (0x08)''' will back up the character one space and replace the last character with a space to erase it.
+
* La caractère '''Backspace (0x08)''' (effacer un caractère) est intercepté, le LCD revient 1 position en arrière et remplace le dernier caractère par un espace (pour l'effacer).
   −
There are also a bunch of special commands, see below for how to send those commands below.
+
Il existe également une grande quantité de commandes spéciales initiées par un caractère spécial (voyez la section de description des commandes spéciales).
   −
The only character that is 'special' is '''0xFE''' which is the 'command start' character.
+
Le seul caractère spécial pour le backpack est '''0xFE''' qui est le caractère ''command start'' (début de commande).
    
{{LCD-USB-TTL-TRAILER}}
 
{{LCD-USB-TTL-TRAILER}}
29 837

modifications

Menu de navigation