Raspberry Pi + LCD Shield Bağlantısı

Merhabalar, asağıda çizmiş olduğum şekilde Lcd Shield ‘in Raspberry pi ile olan bağlantısını görebilirsiniz. Tercih ettiğim 2 adet kütüphane mevcut. İkisi de güzel çalışıyor. https://github.com/adafruit/Adafruit_Python_CharLCD https://github.com/dbrgn/RPLCD Örnek Kod: import time, subprocess, re, Adafruit_CharLCD as LCD from datetime import datetime lcd_rs = 25 lcd_en = 24 lcd_d4 = 23 lcd_d5 = 17 lcd_d6 = 21 lcd_d7 …

Continue reading