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

Add ability to change program icon on v5 brain #41

Closed
Bryanmarc opened this issue Jan 31, 2019 · 7 comments
Closed

Add ability to change program icon on v5 brain #41

Bryanmarc opened this issue Jan 31, 2019 · 7 comments
Labels
feature A brand new feature p: low Low priority

Comments

@Bryanmarc
Copy link

Desired Feature:
Custom image for program on robot's brain

@HotelCalifornia HotelCalifornia changed the title Request to implement a feature to add custom images for program on robot's brain Add ability to change program icon on v5 brain Jan 31, 2019
@Bottersnike
Copy link
Contributor

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?

@edjubuh edjubuh added enhancement This builds on top of an existing feature help wanted labels Jan 31, 2019
@edjubuh
Copy link
Member

edjubuh commented Jan 31, 2019

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:

default_icon = 'USER902x.bmp' if Spec('>=1.0.0-22').match(self.status['cpu0_version']) else 'USER999x.bmp'

@HotelCalifornia
Copy link
Contributor

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)

@Bottersnike
Copy link
Contributor

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.

@HotelCalifornia HotelCalifornia added feature A brand new feature p: low Low priority and removed enhancement This builds on top of an existing feature help wanted labels Jan 31, 2019
@Nenik
Copy link

Nenik commented Oct 23, 2019

I've got pizza slice for USER003x at some point :-)

@Ian118
Copy link

Ian118 commented Dec 10, 2020

@kunwarsahni01
Copy link
Member

Now added in #194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A brand new feature p: low Low priority
Projects
None yet
Development

No branches or pull requests

7 participants