-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
Bootup logo settings #1241
Bootup logo settings #1241
Conversation
@Ralim I'm using a fork without the screen invert option and that one works even for the TS80P. |
TS80P is indeed the lowest on space, the Miniware irons have less room than Pinecil; and TS80P has QC + PD which chews up space. Its been creeping closer over time. It may be worth running it locally if you can to see which language failed for a quick-win (by figuring out if we can reduce the different characters used in that language). Otherwise its a bit of code optimisation golf to find a good location to trim the size of the code. Which I can do when I get time 😓 |
I am not able to compile the firmware on my machine if you meant that. I always use the CI compiled ones from github.
That would be nice! Should I put this PR in draft mode until then? |
Would replacing |
It depends dramatically on the language really, if the text brings in less new glyphs than the images take up; then i would help. |
Can you just give the TS80 or TS80P or TS100 a test to make sure all works? |
What exactly should I look for? Or what could the changes have tampered with? As for the heat up, the motion sensitivity, the menu navigation and the boot logo functionality this works. At least for the TS80P out of the ones you requested to test. |
Tamper was with timer, so heater control. Try a heat up - hold temp - cool down cycle would be my best bet |
@alvinhochun it also worths notifying this to you. I really don't know if this may be practical but here I have a list of characters divided by number of occurrence: Other unsorted occurrences: Unluckily I've just a vague idea of how Chinese alphabet works since I don't speak Chinese, thus I don't know either if any of these characters can be replaced. Maybe
@discip can you please give also shutdown time and standby time a try? |
If you can exclude the menu strings for hall effect sensitivity on non-Pinecil builds that will also help a bit. |
Do you know if there is a way to "poke" the compiler to do this for us? |
I think hacking |
I ran several tests comparing the behavior in regard to heat-up-speed and temp.-stability and could not make out any difference between the version with the altered |
@federicodilo
Works as intended! 👍 |
@Ralim
Tried my best to implement bootup logo settings by digging through other PRs.
But since I am not absolutely sure what is missing / went wrong, I need help / advice on what to do to get this going.
resolves #292
closes #1253
Thanks in advance.