Skip to content

Updates to text are inefficient for special case of same length and width text #166

Closed
@kevinjwalters

Description

@kevinjwalters

This library allocates a lot of new objects when none is needed for text updates of the same length where the overall text is also the same width. This can lead to memory fragmentation and eventual failure of code which tries to efficiently update an existing Label's text property as recommended in Adafruit Learn: CircuitPython Display_Text Library: Label Updating.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions