circuitpython/shared-bindings/epaperdisplay
Scott Shawcroft b739a86fd5
Refactor EPaperDisplay args into struct
Claude helped with initial prompt:

> Refactor common_hal_epaperdisplay_epaperdisplay_construct so that the current arguments are struct fields and then the function only takes the struct. Also add a macro that initializes it to default values.

And one follow up prompt before minor manual cleanup and testing:

> Clean up board files by removing settings that match the default. In particular bools that are false should be default, commands with NO_COMMAND and highlight color as 0.

For issue #10528
2025-08-11 11:47:06 -07:00
..
__init__.c Switch to ruff like MicroPython 2025-02-05 11:09:15 -08:00
__init__.h update headers of most CircuitPython-only files 2024-05-17 14:56:28 -04:00
EPaperDisplay.c Refactor EPaperDisplay args into struct 2025-08-11 11:47:06 -07:00
EPaperDisplay.h Refactor EPaperDisplay args into struct 2025-08-11 11:47:06 -07:00