bgolab

Results 26 comments of bgolab

FINALLY: static const uint8_t u8g_dev_ssd1306_128x64_data_start[] PROGMEM = { U8G_ESC_ADR(0), /* instruction mode */ U8G_ESC_CS(1), /* enable chip */ 0x010, /* set upper 4 bit of the col adr to 0...

u8g2 is to consider. Not sure if there is any manual how to setup it with the ARM (basic data structure to use, etc).

I spent couple of hours today studying the data sheet and crafting the driver myself. I succeded (no random pixel, stable display). The working init looks as follow: void SH1106Init(void)...

![teardown](https://github.com/jasonacox/tinytuya/assets/2932521/5af90970-b14f-42ad-84e8-76ad6cc59134)

Tried this without success ``` import sys import tinytuya from tinytuya import Contrib from time import sleep tinytuya.set_debug(True) # SONY Tuya Device Debug Log: IR send{"control":"send_ir","head":"010fbb00000000000f001900320064032c0313044c041a03450433046502fa0401035e02e1047e","key1":"002$000CA900)","type":0,"delay":300} head = '010fbb00000000000f001900320064032c0313044c041a03450433046502fa0401035e02e1047e' key1...

Yes, this works. Thank you. Maybe you can share more tips about how to use the Contrib library in the real world - like the latest one (i.e. "remove the...