Skip to content

What is board_display_obj good for? #9283

@bablokb

Description

@bablokb

CircuitPython version

n.a.

Code/REPL

n.a.

Behavior

n.a.

Description

While porting CP to a new device, I discovered that many board.c files (I found 37) have this statement:

fourwire_fourwire_obj_t board_display_obj;

Strange thing is that this variable is only declared, but never used within the complete codebase.

Is there some special magic creating code that actually uses this variable?

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions