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

Change background image issues #16

Open
f3bandit opened this issue Dec 1, 2021 · 5 comments
Open

Change background image issues #16

f3bandit opened this issue Dec 1, 2021 · 5 comments
Labels
bug Something isn't working hacktoberfest

Comments

@f3bandit
Copy link

f3bandit commented Dec 1, 2021

I have tried changing the background, and selection bar images using just solid colored bitmaps. But all I get is a black screen at the code toggle page. do they need to be in a specific format, or bit depth?

@Mte90 Mte90 changed the title Parameters tab Change background image issues Dec 1, 2021
@Mte90
Copy link
Owner

Mte90 commented Dec 1, 2021

It is the right dimension?
About the bitmap I didn't investigated how the code works and what bit depth of image when I ported the code on this new UI.
I guess as the project was released around 2003 probably the most oldest bitmap format possible.

@f3bandit
Copy link
Author

f3bandit commented Dec 1, 2021

yeah 240x160 for rthe bg and 240x14 for the selector bar. just like it states on the buttons

@f3bandit
Copy link
Author

f3bandit commented Dec 1, 2021

I looked at the file in the source and it's 24bit, so no idea why it's not working?!?!

@Mte90
Copy link
Owner

Mte90 commented Dec 1, 2021

The big issue of this project it is how understand how works.
I just ported the code to new UI and new C version but I have no idea how works internally...
Probably the bitmap is not converted rightly as there is a byte by byte manipulation.

@f3bandit
Copy link
Author

f3bandit commented Dec 1, 2021

Gotcha, looking forward to the next version, also cheat codes work flawlessly ty so much. it really is a great tool.

@Mte90 Mte90 added bug Something isn't working hacktoberfest labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

No branches or pull requests

2 participants