通过st7789v + cst816t实现nrf52840的zephyr LVGL的显示和触摸
通过几天的摸索,总算成功实现了功能,把链接放在这里,有需要的请自取
1、注意是否需要反转颜色,注意这里的配置
rgb-param = [ 00 08 14 ];
CONFIG_LV_COLOR_16_SWAP=y
2、注意触摸方向是否需要反转
properties:
swap-xy:
type: boolean
description: |
Swap x-y axes to align input with the display.
invert-x:
type: boolean
description: |
Invert x axes to align input with the display.
invert-y:
type: boolean
description: |
Invert y axes to align input with the display.
不需要就不用写上
https://github.com/lizhaoming634/nordic_zephyr_learn
屏幕链接在这里
https://e.tb.cn/h.hMQjQetFvpr4ulS?tk=fXUU45iYu5q

浙公网安备 33010602011771号