1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

drivers/fx5x06: fix vendor ID for FT6xx6

The vendor ID of FT6xx6 touch panel driver ICs is `0x11` instead of `0xcd`.
This commit is contained in:
Gunar Schorcht 2023-08-06 16:09:40 +02:00
parent bb9011c3fb
commit 0df9480126

View File

@ -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.