tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 73610bc789875902d825ebc07e0a54a99099d54f
parent 343b763b9117f2442bb43e1cbb97595e59d90878
Author: rbckman <rob@tarina.org>
Date:   Sun,  4 Apr 2021 16:13:44 +0100

select screen driver

Diffstat:
Minstall.sh | 20+++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/install.sh b/install.sh @@ -124,17 +124,11 @@ cat <<'EOF' >> /boot/config.txt #-----Tarina configuration starts here------- #tarina-rpi-configuration-1.0 #hyperpixel -dtoverlay=hyperpixel4 -display_rotate=1 -dpi_output_format=0x7f216 -hdmi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6 - start_x=1 gpu_mem=256 disable_splash=1 force_turbo=1 boot_delay=1 -dtparam=i2c_arm=on # dtparam=sd_overclock=90 # Disable the ACT LED. dtparam=act_led_trigger=none @@ -142,8 +136,20 @@ dtparam=act_led_activelow=off # Disable the PWR LED. dtparam=pwr_led_trigger=none dtparam=pwr_led_activelow=off -#--------Tarina configuration end here--------- +dtoverlay=hyperpixel4 +overscan_left=0 +overscan_right=0 +overscan_top=0 +overscan_bottom=0 +enable_dpi_lcd=1 +display_default_lcd=1 +display_rotate=1 +dpi_group=2 +dpi_mode=87 +dpi_output_format=0x7f216 +hdmi_timings=480 0 10 16 59 800 0 15 113 15 0 0 0 60 0 32000000 6 +#--------Tarina configuration end here--------- EOF else echo "screen driver already there, to change it remove tarina config in /boot/config.txt"