hi, I have a problem with TTGO T-Display ST 7789V Button GPIO 0 does not work after presses button (print always 0) Button GPIO 35 it's OK (print 1 after presses button print 0) test code: ``` from machine import Pin from time import sleep button = Pin(0, Pin.IN) while True: print(button.value()) sleep(0.1) ``` II have tested with other Micropython and it works. is there a problem ? Thanks for your help. <img src = "https://imgaz.staticbg.com/images/oaupload/banggood/images/AF/B7/0259a08f-6f14-47fb-842e-869b3a390e6e.jpg">