Skip to content

u8x8 vs SMBUS #2604

@bbd666

Description

@bbd666

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions