-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add ability to change program icon on v5 brain #41
Comments
I may be wrong, but I believe these icons are hardcoded into VEXos and thus would require changes in the device firmware to allow for non-standard icons? |
As @Bottersnike mentioned, program icons are part of the assets package included in vexOS - they're not currently user-customizable. There are some user program icons included, but I'm not sure what they are. If someone is willing to experiment to figure out what icons exist and the relevant filenames, I'll add a feature to let you change it. Relevant line: pros-cli/pros/serial/devices/vex/v5_device.py Line 101 in 80684a1
|
I think the original ask was actually less about arbitrary icons and more about letting users select from the ones that are built-in (à la VCS) |
If I remember correctly, the icons go from USER901x to USER905x, but there might be others I didn't find when I went hunting a while back. |
I've got pizza slice for USER003x at some point :-) |
A list of icons available: https://www.vexforum.com/t/a-guide-to-changing-program-icons/78293/7 |
Now added in #194 |
Desired Feature:
Custom image for program on robot's brain
The text was updated successfully, but these errors were encountered: