Ansi Terminal Request: _GVIDMODE command for changing video modes #284
eightbitswide
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Cancel this request. I was reading all the terminal code in the library, before I completely read the entirety of the AnsiTerminal code. Looking for the answer in the guts of the code, when it was staring me in the face the whole time. |
Beta Was this translation helpful? Give feedback.
2 replies
-
According to the source code, you need an R in the command:
// 'R': change resolution (for example: ESC + "_#R512x384x64$")
So wouldn’t the command be
10 PRINT CHR$(27) +"_#R512x384x64$"
From: johngalt01 ***@***.***>
Sent: Saturday, January 7, 2023 10:53 AM
To: fdivitto/FabGL ***@***.***>
Cc: toml12953 ***@***.***>; Comment ***@***.***>
Subject: Re: [fdivitto/FabGL] Ansi Terminal Request: _GVIDMODE command for changing video modes (Discussion #284)
10 PRINT CHR$(27) +"_#512x384x64$"
// Usable options:
// ***@***.***"
// ***@***.***","640x350x16","512x384x64","400x300x64"
—
Reply to this email directly, view it on GitHub <#284 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABO3M3U6XLFWCK447GEETHDWRGGN3ANCNFSM6AAAAAARNFAH7I> .
You are receiving this because you commented. <https://github.com/notifications/beacon/ABO3M3VOJUX6XAWIKC6IAP3WRGGN3A5CNFSM6AAAAAARNFAH7KWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAI2ABC.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could a _GVIDMODE num $ be added for changing the video resolution/color?
"1280x768, B&W", // 0
"1024x720, 4 Colors", // 1
"800x600, 8 Colors", // 2
"720x520, 16 Colors", // 3
"640x480 73Hz, 16 C.", // 4
"640x480 60Hz, 16 C.", // 5
"640x350, 16 Colors", // 6
"512x384, 64 Colors", // 7
"400x300, 64 Colors", // 8
Beta Was this translation helpful? Give feedback.
All reactions