Skip to content

Reference of undeclared function in OLED internal driver #1

@HJPearce

Description

@HJPearce

in components/peripherals/ssd1306/nucleo-f429/oled_pixel.c, specifically on line 353, the function
ssd1306_WriteChar_(*str, Font, color)
(from oled_string.c) is used, despite not being included by oled_pixel.c or its dependencies.

It would seem that ssd1306_WriteChar_int should be used instead (which is defined on line 309 of oled_pixel.c). Please advise if I'm wrong.

Thanks, Hayden.

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