From 0df9480126d1f71c5adfa28d03ce679a8b93df1c Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sun, 6 Aug 2023 16:09:40 +0200 Subject: [PATCH] drivers/fx5x06: fix vendor ID for FT6xx6 The vendor ID of FT6xx6 touch panel driver ICs is `0x11` instead of `0xcd`. --- drivers/ft5x06/include/ft5x06_constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ft5x06/include/ft5x06_constants.h b/drivers/ft5x06/include/ft5x06_constants.h index 76d80eb575..8d9dbb588d 100644 --- a/drivers/ft5x06/include/ft5x06_constants.h +++ b/drivers/ft5x06/include/ft5x06_constants.h @@ -34,7 +34,7 @@ extern "C" { /** * @brief Vendor ID for FT6X06 and FT6X36 models. */ -#define FT6XX6_VENDOR_ID (0xcd) +#define FT6XX6_VENDOR_ID (0x11) /** * @brief Vendor ID for FT5606, FT5X16, FT5X06I, FT5336, FT3316, FT5436I, FT5336I, FT5X46 models.