36 lines
1011 B
YAML
36 lines
1011 B
YAML
description: XPT2046 resistive touch controller
|
|
|
|
bus: spi
|
|
|
|
compatible: "xptek,xpt2046"
|
|
|
|
properties:
|
|
x-max:
|
|
type: int
|
|
required: true
|
|
description: Maximum X coordinate reported by the controller (typically the panel's horizontal resolution)
|
|
y-max:
|
|
type: int
|
|
required: true
|
|
description: Maximum Y coordinate reported by the controller (typically the panel's vertical resolution)
|
|
swap-xy:
|
|
type: boolean
|
|
default: false
|
|
description: Swap the X and Y axes
|
|
mirror-x:
|
|
type: boolean
|
|
default: false
|
|
description: Mirror the X axis
|
|
mirror-y:
|
|
type: boolean
|
|
default: false
|
|
description: Mirror the Y axis
|
|
power-supply:
|
|
type: boolean
|
|
default: false
|
|
description: Expose a power-supply device that reports battery voltage/capacity read from the XPT2046's v-bat input
|
|
power-supply-reference-voltage-mv:
|
|
type: int
|
|
default: 4200
|
|
description: Battery voltage (in mV) considered 100% capacity, used to compute POWER_SUPPLY_PROP_CAPACITY
|