![Phytec phyBoard Wega AM335x Скачать руководство пользователя страница 118](http://html1.mh-extra.com/html/phytec/phyboard-wega-am335x/phyboard-wega-am335x_application-manual_1554191118.webp)
phyBOARD-Wega AM335x [PB-00802-xxx]
102
©
PHYTEC Messtechnik GmbH 2014 L-792e_1
If J77 is set to 2+3, J78 also has to be set to 2+3.
4.6.3.1
Software Implementation
4.6.3.1.1
Framebuffer
The framebuffer driver gains access to the display via device node
/dev/fb0
for PHYTEC
display connector. A simple test of the framebuffer feature can then be run with:
fbtest
This will show various pictures on the display.
You can check your framebuffer resolution with the command:
fbset
If the device /dev/fb0 is not available, verify that the BSP version matches
the hardware version of the phyBOARD-Wega
and
the display adapter
connected. Please visit
“FAQ/Download” / “phyBOARDs – Single Board Computer” / “phyBOARD-
Wega” and see FAQ “Choosing the right Linux-BSP version” for more
information.
4.6.3.1.2
Brightness
The PWM signal at pin 38 allows to change the brightness of the display attached to the
A/V connector.
If you use the you can change the brightness as follows:
Switch to the appropriate directory by entering
cd
/sys/class/backlight/backlight.*
Now you can enter a new value for the brightness with
echo
value
>
brightness
The
value
can be from 0 to 7.
4.6.3.1.3
Touch
A simple test of this feature can be run with
ts_calibrate
to calibrate the touch and
ts_test
to start a simple application using this feature.