-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
I'd like to translate the ST7588 driver to python.
Thanks to the datasheet the protocol is clear.
One thing remains confusing to me.
In U8g2, to send I2C msgs to the LCD, 4 types of commands are used :
U8X8_START_TRANSFER(),
U8X8_C(),
U8X8_END_TRANSFER(),
U8X8_END()
I understand U8X8_C() is similar to write_byte_data. What about the 3 other commands?
Metadata
Metadata
Assignees
Labels
No labels