Gregory Haerr
Gregory Haerr
Yes, either way write or printf, then select and fgets should work.
Hello @toncho11, Actually this has been on my list for a while. I can write such a routine, it will likely have to break the rules a bit and use...
> a way to close all (my Nano-X, the other Nano-X apps and the Nano-X server) properly and go back to console I've added that to my TODO list, let...
The ability to shutdown Nano-X is now possible using the method implemented in https://github.com/ghaerr/microwindows/pull/154.
Low resolution 256-color modes are not currently supported. Only EGA 640x350x16 and VGA 640x480x16 are operational.
> How to set Nano X to 256 320×200×256 color mode in ELKS? > This just made my other nxapp useless. It was my understanding that your Mode X driver...
> Is the setting the palette even possible on ELKS version? No, setting the hardware palette has not been implemented in the EGA/VGA driver. To implement setting the hardware palette,...
I don't have a VGA manual to check, but yes, that looks like the right idea.
> but still halts in my Nano X app. Sounds like something else is wrong, since as I pointed out above, even having an empty VGA_setpalette routine should not cause...
> It seems the call to GrSetSystemPalette does the crash. Try commenting out that call to verify, and comment out code within VGA_setpalette in drivers/scr_vga.c. If GrSetSystemPalette is verified to...