Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added UTF-8 support to Flipper Zero canvas API #3297

Merged
merged 4 commits into from
Dec 18, 2023

Add unicode example

8177363
Select commit
Loading
Failed to load commit list.
Merged

Added UTF-8 support to Flipper Zero canvas API #3297

Add unicode example
8177363
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed succeeded Dec 19, 2023 in 0s

3 / 3 tasks completed

All tasks have been completed

Details

Required Tasks

Task Status
I suggest adding UTF-8 support to canvas API Incomplete
load cyrillic font: canvas_set_custom_u8g2_font(canvas, u8g2_font_haxrcorp4089_t_cyrillic); Incomplete
draw cyrillic phrase: canvas_draw_str(canvas, 0, canvas_height(canvas) / 2, "АБВ"); Incomplete
PR has description of feature/bug or link to Confluence/Jira task Completed
Description contains actions to verify feature/bugfix Completed
I've built this code, uploaded it to the device and verified feature/bugfix Completed