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

Changing font format to LVGL embedded format and adding a python tool to create fonts #168

Open
wants to merge 33 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
831c84d
Update translations.h
raphatex Nov 18, 2024
542cbab
rg_gui: adding missing translations
raphatex Nov 19, 2024
1b5047a
rg_gui: adding missing translations
raphatex Nov 19, 2024
41d246c
moving converter to tool folder
raphatex Nov 19, 2024
67ad150
font_converter : upgrading UI
raphatex Nov 19, 2024
c95cd69
fonts: adding source fonts
raphatex Nov 20, 2024
6d01da9
font_converter: updated the tool
raphatex Nov 20, 2024
e47dceb
create basic C font renderer
raphatex Nov 20, 2024
5751853
font_converter: few tweaks
raphatex Nov 20, 2024
5d3a2b3
font_converter: reverse change that caused an issue
raphatex Nov 20, 2024
98d02c5
C_font_editor: Now work !!!
raphatex Nov 21, 2024
993acb3
font_converter: some tweaks on file output comments
raphatex Nov 21, 2024
be0705a
Font tools: solved issue when exporting char with empty data
raphatex Nov 21, 2024
5b0a907
font_converter: Added zoom function
raphatex Nov 21, 2024
37d961d
font_converter: now can handle 'space' character
raphatex Nov 21, 2024
20e83f0
font toolss: added a way to exclude some characters
raphatex Nov 22, 2024
11bea5d
font_tool: fixing error with file output
raphatex Nov 26, 2024
e741052
rg_gui: new font renderer for LVGL type font
raphatex Dec 10, 2024
a86c379
Removing old font and adding "LVGL" verabold
raphatex Dec 10, 2024
d3716ce
rg_gui: removing bit per pixel option
raphatex Dec 10, 2024
5e57c95
rg_gui: renaming a struct to match the rest of the code
raphatex Dec 10, 2024
864df47
font_tools: replaced treshold by bit shifting
raphatex Dec 11, 2024
346a569
fonttool: updated the generator to match the new font format
raphatex Dec 11, 2024
a551390
Font_converter: now generate decent results
raphatex Dec 12, 2024
4e4f588
fonttools: adding some fonts + somes tweaks
raphatex Dec 12, 2024
11793a0
font_editor: works again with the new format !
raphatex Dec 12, 2024
9d2bf63
font_tools: small tweaks
raphatex Dec 14, 2024
d5a38ef
rg_gui: added back vertical stretching
raphatex Dec 14, 2024
b84028a
rg_gui: moved output specific data inside the if(output)
raphatex Dec 14, 2024
f9423c6
rg_gui: small tweak
raphatex Dec 18, 2024
70d30ec
font_tools: small tweaks on advance_width
raphatex Dec 18, 2024
2ce9620
font_editor: new gui
raphatex Dec 26, 2024
88f2f2d
font_editor: improved ergonomics
raphatex Dec 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
330 changes: 0 additions & 330 deletions components/retro-go/fonts/DejaVu12.c

This file was deleted.

Loading