http://hi.baidu.com/linzi_0833/item/01e097846a980d29110ef37b

tiny6410 中 QT程序 在开发板运行字体变得很小

在 setqt4env 脚本中 第12行

export QWS_DISPLAY=:1

改为:

export QWS_DISPLAY="LinuxFb:mmWidth160:mmHeight90:1"

问题解决

如果你已经运行过错误的 setqt4env 脚本。 那么你必须直接在console中直接

export QWS_DISPLAY="LinuxFb:mmWidth160:mmHeight90:1"

tiny6410 中 QT程序 在开发板运行字体变得很小

相关文章:

  • 2021-10-04
  • 2021-09-27
  • 2021-07-29
  • 2021-07-05
  • 2021-10-29
  • 2021-12-04
  • 2021-05-16
猜你喜欢
  • 2021-08-13
  • 2021-10-20
  • 2021-08-20
  • 2021-11-15
  • 2021-05-27
  • 2021-08-07
  • 2022-01-23
相关资源
相似解决方案