![]() |
[SOLVED] WIMAXIT Raspberry Pi 7" Touch Screen - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] WIMAXIT Raspberry Pi 7" Touch Screen (/showthread.php?tid=6577) |
RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-28-2024 with the last update 9.0.5 works the hdmi touchscreen Thanks for the fix! i bought a new one 10.1" of the same WIMAXIT you can put the thread in SOLVED thanks! RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-28-2024 Glad its working. What are the config.txt settings for this display? RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-28-2024 (07-28-2024, 11:02 AM)Tim Curtis Wrote: Glad its working. hi Tim! hdmi_force_edid_audio=1 max_usb_current=1 hdmi_force_hotplug=1 config_hdmi_boost=7 hdmi_group=2 hdmi_mode=87 hdmi_drive=2 display_rotate=0 hdmi_timings=1024 1 200 18 200 600 1 50 3 50 0 0 0 60 0 51200000 3 RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-28-2024 Thanks. I might get one of the 10" screens for testing and possibly add a config for it on the Peripherals screen. It's a nice design and quite inexpensive. Can you also confirm a couple more things: 1. Touch response is good. 2. In config.txt the KMS driver is being used. Code: [all] RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-28-2024 (07-28-2024, 02:03 PM)Tim Curtis Wrote: Thanks. I might get one of the 10" screens for testing and possibly add a config for it on the Peripherals screen. It's a nice design and quite inexpensive. 1. yes seems good 2. Code: dtoverlay=vc4-kms-v3d but now i got a strange behavior, with the full album cover list chronium crash with "aw, snap error code 11 i search some workaround an some one solved it by uninstalling chromium-browser package with Code: sudo apt-get remove chromium-browser chromium-browser-l10n Code: sudo apt-get install chromium i dont know if its usefull, i cant try right now this workaraound but i will let you know if i can solved it RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-28-2024 Are there version differences? Here is whats on r905 Code: pi@moode9test:~ $ dpkg -l | grep chromium RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-28-2024 (07-28-2024, 02:23 PM)Tim Curtis Wrote: Are there version differences? yes my versions on Raspberry Pi 3B+: hi chromium-browser 124.0.6367.73-rpt1 arm64 Chromium web browser, open-source version of Chrome hi chromium-browser-l10n 124.0.6367.73-rpt1 all chromium-browser language packages hi chromium-codecs-ffmpeg-extra 124.0.6367.73-rpt1 arm64 Extra ffmpeg codecs for the Chromium Browser RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-28-2024 (07-28-2024, 02:29 PM)xibalba Wrote:(07-28-2024, 02:23 PM)Tim Curtis Wrote: Are there version differences? What version of moode? RE: WIMAXIT Raspberry Pi 7" Touch Screen - xibalba - 07-28-2024 (07-28-2024, 02:42 PM)Tim Curtis Wrote:(07-28-2024, 02:29 PM)xibalba Wrote:(07-28-2024, 02:23 PM)Tim Curtis Wrote: Are there version differences? Release 9.0.5 2024-07-24 RPiOS: 12.5 Bookworm 64-bit | Linux: 6.6.31 64-bit Model: Pi-3B+ 1GB RE: WIMAXIT Raspberry Pi 7" Touch Screen - Tim Curtis - 07-28-2024 (07-28-2024, 02:43 PM)xibalba Wrote:(07-28-2024, 02:42 PM)Tim Curtis Wrote:(07-28-2024, 02:29 PM)xibalba Wrote:(07-28-2024, 02:23 PM)Tim Curtis Wrote: Are there version differences? Is this a fresh 905 image or an earlier version in-place upgraded to 905? |