Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 1 : Ligne 1 :  
{{Rasp-Hack-Afficheur-LCD-NAV}}
 
{{Rasp-Hack-Afficheur-LCD-NAV}}
   −
The Python code for Adafruit's Character LCDs on the Pi is available on Github at [https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code
+
{{bloc-etroit
https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code]
+
  |text = The Python code for Adafruit's Character LCDs on the Pi is available on Github at  
 +
[https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code]
    
There are two files we will be working with:
 
There are two files we will be working with:
Ligne 8 : Ligne 9 :  
* '''Adafruit_CharLCD.py''' : contains python class for LCD control
 
* '''Adafruit_CharLCD.py''' : contains python class for LCD control
 
* '''Adafruit_CharLCD_IPclock_example.py''' : code for IP address and date/time calls methods from Adafruit_CharLCD.py
 
* '''Adafruit_CharLCD_IPclock_example.py''' : code for IP address and date/time calls methods from Adafruit_CharLCD.py
 +
}}
    
The first file Adafruit_CharLCD.py is a mashup from two different sources of LCD code. Github user lrvick put together a [https://github.com/lrvick/raspi-hd44780/blob/master/hd44780.py nice python class]. His work is the baseline that is slowly being changed as we are bringing in more elements from the [https://github.com/arduino/Arduino/tree/master/libraries/LiquidCrystal Arduino LiquidCrystal library].  
 
The first file Adafruit_CharLCD.py is a mashup from two different sources of LCD code. Github user lrvick put together a [https://github.com/lrvick/raspi-hd44780/blob/master/hd44780.py nice python class]. His work is the baseline that is slowly being changed as we are bringing in more elements from the [https://github.com/arduino/Arduino/tree/master/libraries/LiquidCrystal Arduino LiquidCrystal library].  
29 917

modifications

Menu de navigation