LVGL STM32F4 and CPT112S Capacitive Touch Sensor

LVGL STM32F4 and CPT112S Capacitive Touch Sensor

INVEXA

4 года назад

1,282 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@dmitr8194
@dmitr8194 - 10.12.2020 10:54

What the device will be do?

Ответить
@ravichandranshivakumar4199
@ravichandranshivakumar4199 - 18.11.2021 10:10

how did you interface with STM32 ??..any configuration you did with simplicity studio or just sent to address 0xE0??

Ответить
@Kevin-sx6we
@Kevin-sx6we - 31.10.2023 10:18

what the lv_indev_type_t did you select?
typedef enum {
LV_INDEV_TYPE_NONE, /**< Uninitialized state*/
LV_INDEV_TYPE_POINTER, /**< Touch pad, mouse, external button*/
LV_INDEV_TYPE_KEYPAD, /**< Keypad or keyboard*/
LV_INDEV_TYPE_BUTTON, /**< External (hardware button) which is assigned to a specific point of the screen*/
LV_INDEV_TYPE_ENCODER, /**< Encoder with only Left, Right turn and a Button*/
} lv_indev_type_t;

Ответить