OmeGa

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • 10. März 2016 at 18:48 #19201

    Using hw:1,0 is ok for me also 🙂
    Thanks

    8. März 2016 at 10:19 #19168

    Hello,

    I have the same problem with Sound Science QSB USB speakers, stuttering or no sound after few hours …
    I will try the hw:1,0 parametter

    27. Februar 2016 at 13:23 #18801

    Hi !

    I’ve find a big tuto. It’s ok with touchscreen control panel control chip XPT2046 (like this one ). Everything is ok for me now 🙂

    I hope max2play staff will integrate these changes in future releases.

    How to Setup an LCD Touchscreen on the Raspberry Pi

    Raspberry Pi Touchscreen Calibration and Screen Rotation

    You need to apply it more to make it work:

    nano /boot/config.txt
    after the last entry:
    dtoverlay=ads7846,speed=500000,penirq=17,swapxy=1
    Press Ctrl-X then Y to exit nano and save the changes.

    nano /usr/share/X11/xorg.conf.d/10-evdev.conf
    Section „InputClass“
    Identifier „evdev touchscreen catchall“
    MatchIsTouchscreen „on“
    MatchDevicePath „/dev/input/event*“
    Driver „evdev“
    Option „InvertY“ „true“
    EndSection
    Press Ctrl-X then Y to exit nano and save the changes.

Viewing 3 posts - 1 through 3 (of 3 total)