Gt911 Register Map |work|

Diving Deep into the GT911 Register Map: A Touch Controller Developer’s Guide

Point Data:

Each touch point follows with 6 bytes of data, including Track ID and X/Y coordinates. I2C Communication Protocols

  • Important:

    After writing config, write 0x00 to 0x80FE (soft reset) and send 0x01 to 0x8040 (config update flag). gt911 register map

    | Byte offset | Field | |-------------|-------| | +0 | Track ID | | +1 | X coordinate (low byte) | | +2 | X coordinate (high byte) | | +3 | Y coordinate (low byte) | | +4 | Y coordinate (high byte) | | +5 | Touch area (size/pressure) | Diving Deep into the GT911 Register Map: A

    Key Registers and Functions

    The Basics: I2C and Addressing