-

Ugeek LCD user manual: Difference between revisions

From Geekworm Wiki
Jump to navigation Jump to search
Cindy (talk | contribs)
 
Replace <comments/> with <comment-streams />
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Deprecated}}
{{GD Template Impl}}
{{GD Template Impl}}
==Overview==
==Overview==
Line 44: Line 45:


<!--增加评论功能! -->
<!--增加评论功能! -->
<comments />
<comment-streams id="main" />


<!--请选择合适的分类,多余的分类请删除; -->
<!--请选择合适的分类,多余的分类请删除; -->

Latest revision as of 10:13, 27 May 2026

 ⚠️  Deprecated: This page is outdated and may contain inaccurate information. It is kept for reference only. 

Overview

This is the use guide for ugeek LCD, and this guide is fit to the following products:

2.2 LCD

2.4 LCD

Rpi HD 3.5 inch TFT

#sudo rpi-update
#we recommend you use the last raspberry raspbian imager. Download URL: https://www.raspberrypi.org/downloads/raspbian/
git clone https://github.com/geekworm-com/22LCD-script.git
cd 22LCD-script
chmod +x screen_setup.sh
sudo ./screen_setup.sh

Ugeek lcd use guide

Ugeek lcd use guide

Ugeek lcd use guide

Ugeek lcd use guide

Ugeek lcd use guide

Ugeek lcd use guide

How to turn on/off backlight

To turn the backlight off, run

sudo sh -c 'echo "0" > /sys/class/backlight/soc\:backlight/brightness'

To turn the backlight back on, run

sudo sh -c 'echo "1" > /sys/class/backlight/soc\:backlight/brightness'

How to DIY the buttons

Please refer to 2.2_LCD