@godhunter74 said in Relier à un écran et afficher du texte ?:
Voici les 1ères étapes pour activer l'I2C, brancher l'écran et le detecter...
Pour activer l'I2C
je suis allé dans : /lib/modules/4.4.13-v7/kernel/drivers/i2c/ récuperer le fichier i2c-dev.ko pour le placer dans /lib/modules/i2c-dev.ko
je suis allé dans : /lib/modules/4.4.13-v7/kernel/drivers/i2c/busses/ récuperer le fichier i2c-bcm2708.ko pour le placer dans /lib/modules/i2c-bcm2708.koEnsuite je suis allé dans /etc/ éditer le fichier modules.conf j'ai ajouté à la fin :
i2c-bcm2708
i2c-devPour brancher l'écran
Detecter l'écran
Il faudra vérifier votre adresse I2C du 16x2 CLCD...
i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- 3F -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
j'ai oublié 2 points indispensables à la fin de /boot/config.txt
ajouter
#Activate I2C
dtparam=i2c1=on
dtparam=i2c_arm=on
et à la fin de /boot/cmdline.txt ajouter
bcm2708.vc_i2c_override=1