Skip to content

bfu_ua_display: Add Ukrainian text rendering library#1114

Open
BrainFromUkraine wants to merge 1 commit into
micropython:masterfrom
BrainFromUkraine:add-bfu-ua-display
Open

bfu_ua_display: Add Ukrainian text rendering library#1114
BrainFromUkraine wants to merge 1 commit into
micropython:masterfrom
BrainFromUkraine:add-bfu-ua-display

Conversation

@BrainFromUkraine
Copy link
Copy Markdown

Add bfu_ua_display package for rendering Ukrainian text on MicroPython displays.

Features:

  • Full Ukrainian alphabet support (33 letters)
  • 5x7 bitmap font optimized for ESP32
  • Works with any display supporting pixel() method
  • Tested with SSD1306 OLED displays

Package provides ua_text, ua_text_center, and ua_text_scaled functions.

@BrainFromUkraine BrainFromUkraine force-pushed the add-bfu-ua-display branch 5 times, most recently from 758de50 to 32cd805 Compare May 13, 2026 20:37
Add bfu_ua_display package for rendering Ukrainian text on
MicroPython displays.

Features:

* Full Ukrainian alphabet support.
* 5x7 bitmap font optimized for ESP32.
* Works with displays supporting pixel() method.
* Tested with SSD1306 OLED displays.

Package provides ua_text, ua_text_center, and ua_text_scaled.

Signed-off-by: Oleksandr Polishchuk <oleksandr.polishchuk@icloud.com>
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