1248 shaares
5 results
tagged
screen
screen locker that shows the desktop
apt install xtrlock
python screen locker that show the desktop
Finally, connect the pins to your Arduino
GND goes to ground
Vin goes to 5V
Data to I2C SDA (on the Uno, this is A4 on the Mega it is 20 and on the Leonardo digital 2)
Clk to I2C SCL (on the Uno, this is A5 on the Mega it is 21 and on the Leonardo digital 3)
RST to digital 4 (you can change this pin in the code, later)
This matches the example code we have written. Once you get this working, you can try a different Reset pin (you can't change the SCA and SCL pins).
créer un fichier
/usr/share/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
Option "TearFree" "true"
Option "DRI" "true"
Option "Backlight" "intel_backlight"
EndSection
Utiliser Screen
screen -S nondelasession = créer une session
screen -ls = liste les sessions en cours
screen -r nondelasession = permet de récupérer une session
ctrl^a + d = détache le terminal en cours
ctrl^a + n = va au terminal suivant
ctrl^a + p = va au terminal précédent
ctrl^a + c = créé un nouveau terminal