Mukhammad Posted August 16, 2018 Posted August 16, 2018 Hi, we have problems with 5 inch display from waveshare. Can somebody help us.
nopnop2002 Posted August 25, 2018 Posted August 25, 2018 try sudo h3disp -m 5 -d and reboot If you get a clear display, you can set the display area to 800x480 later by modifying the script.bin file. [disp_init] disp_init_enable = 1 disp_mode = 0 screen0_output_type = 3 screen0_output_mode = 5 screen1_output_type = 3 screen1_output_mode = 5 fb0_format = 0 fb0_width = 800 fb0_height = 480 fb1_format = 0 fb1_width = 0 fb1_height = 0 hdcp_enable = 1 1
Mukhammad Posted August 26, 2018 Author Posted August 26, 2018 Thank you , it's working. You can adjust by h3disp -m 5 -d, after you have to edit via armbian-config --> fexedit module
Mukhammad Posted August 26, 2018 Author Posted August 26, 2018 6 hours ago, nopnop2002 said: try sudo h3disp -m 5 -d and reboot If you get a clear display, you can set the display area to 800x480 later by modifying the script.bin file. [disp_init] disp_init_enable = 1 disp_mode = 0 screen0_output_type = 3 screen0_output_mode = 5 screen1_output_type = 3 screen1_output_mode = 5 fb0_format = 0 fb0_width = 800 fb0_height = 480 fb1_format = 0 fb1_width = 0 fb1_height = 0 hdcp_enable = 1 also in latest image of armbian i founded that you can change resolution of display. no need to set it with h3disp.
Recommended Posts