Touch on Crowpanel 7 #openHASP did not work

Hi
i tried to use openHASP wtih my Crowpanel 7.0 Version 3
everything works fine , but not the touch :frowning:
then I built my own with gitpod.io here,
Development (main branch): Dashboard
Build was ok but unfortunately without success after OTA Update
Touch didn’t work with my own build either.

Touchsettings in crowpanel-hmi.ini
see openHASP/user_setups/esp32s3/crowpanel-hmi.ini at 355e1dbddaf65b555de4c2ee94b627760b9e9e45 · HASwitchPlate/openHASP · GitHub

But I have the exact values as in ESPHome where the same touchpanel works
; Touch Settings
-D HASP_USE_LGFX_TOUCH=1
-D TOUCH_WIDTH=800
-D TOUCH_HEIGHT=480
-D TOUCH_DRIVER=0x911
-D TOUCH_SCL=20
-D TOUCH_SDA=19
-D TOUCH_IRQ=-1
-D TOUCH_RST=-1
-D I2C_TOUCH_ADDRESS=0x5D
-D I2C_TOUCH_FREQUENCY=400000

are similar to ESPHome Settings

for Touch

i2c:
sda: 19
scl: 20
touchscreen:
platform: gt911
id: LCD_touchscreen
display: main_display
update_interval: 50ms
address: 0x5D

if i run mqtt publish to the device
hasp/crowpanel_7/state/statusupdate
the response is

“tftDriver”: “Other”,

Do someone else have success with the touch from Crowpanel 5 or 7 in openHASP ?
Regards Oliver