Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Raspberry Pi with touchscreen and Qt PySide2, Raspbian Lite compatible?

Raspberry Pi with touchscreen and Qt PySide2, Raspbian Lite compatible?

Scheduled Pinned Locked Moved Unsolved Qt for Python
2 Posts 2 Posters 1.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    OutsourcedGuru
    wrote on last edited by
    #1

    I guess the big question is if all this requires the X11 (X windows) system to be installed on the Pi (Raspbian PIXEL versus Raspbian Lite). It's my preference not to load the full Desktop version for many reasons (size, simplicity, performance).

    • Raspberry Pi 3B with Raspbian Stretch Lite (assume latest)
    • SunFounder 10.1" HDMI 1280x800 IPS LCD Touchscreen

    I'm new to all this with respect to Qt. Although I can code to C/C++/C# I'd rather stay in the Python/JavaScript space if possible for this project.

    If possible, I'd like to code on my MacBook (macOS Mojave) and to run the code and test it on the Raspi.

    1 Reply Last reply
    0
    • KazuoAsanoK Offline
      KazuoAsanoK Offline
      KazuoAsano
      Qt Champions 2018
      wrote on last edited by
      #2

      In the case of Qt5,Qt Platform Abstraction supports other than X11.
      For example,EGLFS appears in the sample as well.

      Qt Documentation : Qt for Embedded Linux

      Perhaps it may be necessary to rebuild Qtlibrary.
      When using Yocto, the layer of meta-qt5-rpi-eglfs is useful.
      (However, this is unofficial, and I doesn't tried it with Qt 5.12. Therefore, it may be a build error.)

      The below wiki post might be helpful to you.

      Qt wiki : RaspberryPi2EGLFS

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved