-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
u8x8 fonts in asset packs #321
Comments
What file types are your fonts you have in the asset pack, and what are the steps leading to the build error? Are you not loading the asset pack onto the SD card? |
Asset packs and flipper itself use u8g2 font format, it's a C file that the asset packer converts to a binary blob that u8g2 can understand. u8x8 is another format and not one u8g2 can use from what I know (from what I understand u8g2 and u8x8 are 2 parts of the same library that work differently), so even if the asset packer could convert such fonts it wouldn't work afaik. |
@956MB, I am using a custom asset pack that I put in the asset packs folder, I added a folder called "Fonts," and in it I added a file called "primary.c," in it I put in a font section from the U8G2 library. Once I accidentally put a u8x8 font section in there, and built it using the Build update bundle [release]
(error under kuronons asset pack becuase build tasks are asyncronous) |
I just did a new build becuase i dont have terminal logs |
Please do not ask for the og logs becuase I uninstalled Ubuntu wsl and (tried) to replace it w/ kali linux, and my pc bluescreened while installing kali, had to reinstall ubuntu |
@GameLord2011 as i said:
|
Description of the feature you're suggesting.
I noticed that the u8x8 part of the u8g2 library in the firmware dependencies. I am experimenting with fonts, and a while ago I accidentally put a u8x8 font in my asset pack, and it caused a build error. Is it possible to add u8x8 fonts to asset packs, if so, how?
Anything else?
No response
The text was updated successfully, but these errors were encountered: