Vadim Apenko

Results 6 comments of Vadim Apenko

Look here https://github.com/jono-allen/MQTT-Cam/blob/master/uploader.py

## Pinout | Name | V18 | | ---------- | ------ | | TFT Driver | ST7789 | | TFT_MISO | N/A | | TFT_MOSI | 19 | | TFT_SCLK...

Add in class code: ``` _REG_READ0 = const(0x70) _CHARGE_EN = const(0b00000100) ... ... @property def charger_pluged(self): charging_1 = self._register_char(_REG_READ0) if charging_1 & _CHARGE_EN: return True else: return False ``` Right?

im testing that code today. Works not corrently( Works if i plug cable into Core, but not work if i plug cable into dock station (m5stack Fire)

Variant from Ali https://a.aliexpress.com/_eKCy0d Arrived to me in Moscow/Russia in 2 weeks.

Yes.. Need execute `lcd.tft_writecmd(0x21)` and colors fine)