diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2024-02-27 19:43:58 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2024-02-27 19:49:43 +0100 |
commit | c9f9aed7375b96c16780b9c01581919630883c06 (patch) | |
tree | 25567d04b51b0a2d2ea9e0088ceaf75227834aec /roles/jumbotron/tasks/console.yml | |
parent | 45a851c181ce107dc81728e482638847799c3d5d (diff) | |
download | labitat-ansible-c9f9aed7375b96c16780b9c01581919630883c06.tar.gz labitat-ansible-c9f9aed7375b96c16780b9c01581919630883c06.tar.xz labitat-ansible-c9f9aed7375b96c16780b9c01581919630883c06.zip |
jumbotron: update for new hardware
Diffstat (limited to 'roles/jumbotron/tasks/console.yml')
-rw-r--r-- | roles/jumbotron/tasks/console.yml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/roles/jumbotron/tasks/console.yml b/roles/jumbotron/tasks/console.yml index 42ec011..9057549 100644 --- a/roles/jumbotron/tasks/console.yml +++ b/roles/jumbotron/tasks/console.yml @@ -5,13 +5,11 @@ regexp: "^{{ item.rsplit('=', 1)[0] }}=" line: '{{ item }}' with_items: - - 'dtoverlay=vga666' - - 'enable_dpi_lcd=1' - - 'display_default_lcd=1' - - 'dpi_group=2' - - 'dpi_mode=35' - - 'dtparam=spi=off' + - 'display_rotate=1' # rotate 90deg counterclockwise + - 'dtparam=audio=on' - 'dtparam=i2c_arm=off' + - 'dtparam=i2s=off' + - 'dtparam=spi=off' - name: Configure console font lineinfile: @@ -21,8 +19,8 @@ with_items: - 'CHARMAP="UTF-8"' - 'CODESET="Lat15"' - - 'FONTFACE="Terminus"' - - 'FONTSIZE="32x16"' + - 'FONTFACE="TerminusBold"' + - 'FONTSIZE="12x24"' - name: Configure console keyboard lineinfile: |