(01-22-2026, 05:40 PM)SMcNeill Wrote: @Ikerkaz
You're doing absolutely nothing wrong. It works 100% as designed. (Which unfortunately isn't how you intended.)
The issue? You're putting it on a hardware screen, which *WORKS*. It's displaying properly without any issues whatsoever.
So why are you seeing nothing?
Because the program then ENDs and swaps to a software screen to say "Press Any Key to Continue." <-- This erases that hardware screen.
See the only change made above to make it work? (Not counting file names so it would find test images to run on my machine?)
I just made it look for a keypress before ending, so you could see the display. Press a key and then you can see that END screen and where it's erasing your image from displaying.
Put it in a DO...LOOP like I have, with a nice limit, and then drop to SYSTEM when done and you won't have this type display error making it seem like you messed up when you didn't.
Now I have a VERY BIG FACEPALM in my head... THANK YOU THANK YOU THANK YOU I LOVE YOU @SMcNeill
10 PRINT "Hola!
"
20 GOTO 10
"20 GOTO 10


)