mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Add about_simple updater from github (#2328)
* Generator for updating the about-page in PP from github. * Fixing typo * Rename generate_ui-about-simple.ccp.py to generate_ui-about-simple.cpp.py Rename file, fix typo
This commit is contained in:
parent
8df05a57ea
commit
da5322765d
2 changed files with 187 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Convert png icons to bitmap.hpp inspired by
|
||||
# make_bitmap.py - Copyright (C) 2016 Furrtek
|
||||
# Convert bitmap.hpp to icons inspyred by
|
||||
# Convert bitmap.hpp to icons inspired by
|
||||
# bitmap_arr_reverse_decode.py - Copyright (C) 2015 Jared Boone, ShareBrained Technology, Inc.
|
||||
# bitmap_arr_reverse_decode.py - Copyleft (ɔ) 2024 zxkmm with the GPL license
|
||||
# Copysomething (c) 2024 LupusE with the license, needed by the PortaPack project
|
||||
|
@ -138,6 +138,8 @@ def pp_write_bitmaphpp(pngicons_path, hpp_outpath):
|
|||
print("Find your bitmap.hpp at", hpp_outpath)
|
||||
|
||||
|
||||
|
||||
|
||||
### Convert from a bitmap.hpp file one or all icons in png.
|
||||
###########################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue