Changes

Jump to: navigation, search

Orange Pi Plus 2E

779 bytes added, 14:47, 23 June 2022
Examples
<br>
Note: If you want to support the new capacitive touch IC, you need to combine the configuration of the BSP A10 layer, which should be based on the original capacitive touch IC code, to make the appropriate changes. Specifically, 1) ctp_twi_id should be consistent with the hardware connection in sys_config; 2) In the drive part of the code: the use of twi from the device name + address should be consistent with the ctp_name and ctp_twi_addr in sys_config configuration. At the same time, the other sub configuration in sysconfig should also be properly configured, these configurations should be corresponding processing in the program.<br>
<br>
'''3)Modify Resolution'''<br>
<br>
Open item of disp_init and modify the subitem screen0_output_mode, it would modify into different resolution.<br>
Such as: Screen 0 output mode:(used for tv/hdmi output, 0:480i 1:576i 2:480p 3:576p 4:720p50 5:720p60 6:1080i50 7:1080i60 8:1080p24 9:1080p50 10:1080p60
11:pal 14:ntsc)<br>
The above are some main resolution, you could also find the patch of z-0003-add-additional-video-modes.patch and use it to change the resolution into what you want.<br>
How to make the patch:<br>
patch -p1 < z-0003-add-additional-video-modes.patch<br>
After patched up, recompile the source code with replacing uImage and script.bin.<br>
For example:<br>
1024*768 is 32<br>
1280*1024 is 33<br>
1360*768 is 34<br>
1440*900 is 35<br>
1680*1050 is 36<br>
<br>

Navigation menu