Vonger / vocore2

VoCore2 firmware drivers
https://vocore.io
96 stars 45 forks source link

Vocore Dispaly turns white and black after the second #53

Open Grgur00 opened 3 months ago

Grgur00 commented 3 months ago

Hi, I followed the steps you wrote on your blog: https://vonger.cn/?p=15349 I can send data to it eg make pixels random colours or black using dd if=/dev/urandom of=/dev/fb1 bs=1000 count=768 comand, but I can't seem to make it a functioning display. If I remove HDMI before booting nothing will be displayed. Please advise

Grgur00 commented 3 months ago

I manged to get it working hower different problem occurs I can't get it to display tty console also it dosent work if I dont connect HDMI to it here is my 99-fbturbo.conf Section "Device" Identifier "LCD" Driver "fbturbo" Option "fbdev" "/dev/fb1" Option "Rotate" "CCW" Option "SwapbuffersWait" "true" EndSection also touch functionality is not working

ieiao commented 1 month ago

Hi, currently MPRO screen(Vocore2 Display) has provided DRM driver support, which is easier to use than fb driver. You can get the latest driver and usage from here.

To use this driver properly, please make sure your screen firmware already supports the partially draw.