Configures the LCD driver of Raspberry Pi.
This role was built for learning purposes on ansible (use by your on risk).
Supported LCD's type, so far:
- 3.5inch RPi Display (MPI3501)
None.
Available variables are listed below, along with default values (see defaults/main.yml):
lcd_type: MPI3501
Select the LCD type to be configured.
lcd_rotate: 90
Set the LCD screen rotation. It depends on LCD type:
- 3.5inch RPi Display (MPI3501):
- 0
- 90
- 180
- 270
None.
- hosts: pi
vars:
lcd_type: MPI3501
lcd_rotate: 90
roles:
- fedejaure.rpi_lcd
MIT / BSD
This role was created in 2020 by Federico Jaureguialzo.
For a detail configuring information see LCD-show.