Skip to content

feat: Freeze steami_screen into the STEAM32_WB55RG firmware.#3

Merged
nedseb merged 1 commit intostm32-steami-rev1d-finalfrom
feat/freeze-steami-screen
Apr 14, 2026
Merged

feat: Freeze steami_screen into the STEAM32_WB55RG firmware.#3
nedseb merged 1 commit intostm32-steami-rev1d-finalfrom
feat/freeze-steami-screen

Conversation

@nedseb
Copy link
Copy Markdown

@nedseb nedseb commented Apr 14, 2026

Summary

  • Add steami_screen to the board manifest so the widget library is frozen alongside the other micropython-steami-lib drivers.
  • Self-contained: steami_screen bundles its own SSD1327Display wrapper and colors helpers, so no additional requires are needed.

Verified

  • Rebuilt locally with make micropython-firmware on micropython-steami-lib. Link succeeds and the four steami_screen modules are frozen:
    • steami_screen/__init__.py
    • steami_screen/device.py
    • steami_screen/colors.py
    • steami_screen/ssd1327.py

Test plan

  • Flash the resulting firmware on a STeaMi board and run from steami_screen import Screen, SSD1327Display in the REPL.

Add `steami_screen` to the board manifest so the widget library
(Screen, SSD1327Display wrapper, colors helpers) is available out of the
box alongside the other drivers in micropython-steami-lib.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant