Quantcast
Viewing all articles
Browse latest Browse all 1241

Python • Re: Second Thought of 2nd video output with Python codes...

Nevermind, I found it... here is:

Code:

import pywintypesimport win32apiimport win32condevmode = pywintypes.DEVMODEType()devmode.PelsWidth = 2560devmode.PelsHeight = 1440devmode.Fields = win32con.DM_PELSWIDTH | win32con.DM_PELSHEIGHTwin32api.ChangeDisplaySettings(devmode, 0)
it's worlked.

Statistics: Posted by ATARI_LIVE — Wed Jan 31, 2024 11:47 pm



Viewing all articles
Browse latest Browse all 1241

Trending Articles