commit 3c77f26754db5f2da2e9f9c87355827f357fe709
parent 4911fa6e2abfe46e65b9b0b6c38a00e096b681a4
Author: rob <rob@tarina.org>
Date: Sat, 11 Nov 2023 03:47:41 +0200
oopsie
Diffstat:
M | install.sh | | | 51 | ++++++++++++++++++++++++++++----------------------- |
1 file changed, 28 insertions(+), 23 deletions(-)
diff --git a/install.sh b/install.sh
@@ -83,13 +83,30 @@ echo "Tarina configuration seems to be in order in /boot/config.txt"
echo "Adding to /boot/config.txt"
cat <<'EOF' >> /boot/config.txt
#-----Tarina configuration starts here-------
-#tarina-rpi-configuration-1.1
-#hyperpixel
+#tarina-rpi-configuration-ugeek-1.0
+#Rpi-hd-tft
+dtoverlay=dpi18
+overscan_left=0
+overscan_right=0
+overscan_top=0
+overscan_bottom=0
+framebuffer_width=800
+framebuffer_height=480
+enable_dpi_lcd=1
+display_default_lcd=1
+dpi_group=2
+dpi_mode=87
+dpi_output_format=0x6f015
+hdmi_timings=480 0 16 16 24 800 0 4 2 2 0 0 0 60 0 32000000 6
+dtoverlay=pi3-disable-bt-overlay
+dtoverlay=i2c-gpio,i2c_gpio_scl=24,i2c_gpio_sda=23framebuffer_height=480
+display_rotate=3
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
@@ -97,26 +114,6 @@ dtparam=act_led_activelow=off
# Disable the PWR LED.
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
-framebuffer_width=800
-framebuffer_height=480
-#hdmi_force_hotplug=1
-hdmi_group=1
-hdmi_mode=3
-[EDID=N/A-] ##Hyperpixel HD CONFIG
-
-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
-hdmi_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
@@ -132,7 +129,7 @@ echo "Tarina configuration seems to be in order in /boot/config.txt"
echo "Adding to /boot/config.txt"
cat <<'EOF' >> /boot/config.txt
#-----Tarina configuration starts here-------
-#tarina-rpi-configuration-1.0
+#tarina-rpi-configuration-hyperpixel-1.0
#hyperpixel
start_x=1
gpu_mem=256
@@ -146,6 +143,12 @@ dtparam=act_led_activelow=off
# Disable the PWR LED.
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
+framebuffer_width=800
+framebuffer_height=480
+#hdmi_force_hotplug=1
+hdmi_group=1
+hdmi_mode=3
+[EDID=N/A-] ##Hyperpixel HD CONFIG
dtoverlay=hyperpixel4
overscan_left=0
@@ -156,9 +159,11 @@ enable_dpi_lcd=1
display_default_lcd=1
display_rotate=1
dpi_group=2
+hdmi_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