You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
client | 2 months ago | |
server | 3 weeks ago | |
README.md | 5 years ago | |
Skylink_GM-434TL.conf | 2 years ago | |
eMylo-4BH-4Button-Remote.conf | 2 years ago | |
zigbee2mqtt1.yaml | 2 years ago | |
zigbee2mqtt2.yaml | 2 years ago |
README.md
Display changes:
Fix display staying black:
Comment out in /boot/config
:
#dtoverlay=vc4-kms-v3d
Rotate the display:
Append to /boot/config.txt
:
display_rotate=1
framebuffer_width=480
framebuffer_height=800
Fix touch:
In /usr/bin/hyperpixel-touch
comment out the if/else and insert this instead:
write_status(int(1.66666*y1), int(0.6*(800-x1)), touch_one_start is not None, int(1.66666*y1), int(0.6*(800-x1)), touch_two_start is not None)
sudo service hyperpixel-touch restart
to test the changes.
Hide the cursor:
In /etc/lightdm/lightdm.conf
add to the [Seat:*]
section:
xserver-command = X -nocursor