You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? If so, please describe the problem.
I want to simulate / edit themes for screen sizes that are not supported by the current code.
Describe the feature / solution to your problem you'd like
I'd like to be able to specify the screen resolution if the device to simulate, without code changes and writing a driver class.
Options for setting resolution:
config file, currently ignored by theme editor
theme.yaml
environment variable
Describe alternatives you've considered / and or tested
Writing a driver class for hardware that may not exist yet is onerous.
Screenshots / photos & mockups of the Turing screen
Add screenshots or photos/mockups of the rendering on the Turing screen to help explain your request.
Environment:
Revision of this project: main
commit 2fcdeb1 (HEAD -> simulate_arbitrary_screen_size, origin/main, origin/HEAD, main)
Merge: c48637c7aeed84
Author: Matthieu Houdebine mat.houdebine@wanadoo.fr
Date: Wed Jan 8 08:58:39 2025 +0100
OS with version: Windows 10
Python version: Python 3.12.1 (tags/v3.12.1:2305ca5, Dec 7 2023, 22:03:25) [MSC v.1937 64 bit (AMD64)] on win32
Hardware: NA, happens to be using Intel CPU, see above
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
…config mathoudebine#648
Adds OPTIONAL new environment variable; SIM_RESOLUTION
which if set should be AAAxBBB where AAA is horizontal resolution
and BBB us vertical resolution.
Windows example:
set SIM_RESOLUTION=320x240
Linux shell example:
export SIM_RESOLUTION=320x240
Includes a sample clock that expects 320x240 resolution.
clach04
added a commit
to clach04/turing-smart-screen-python
that referenced
this issue
Jan 19, 2025
…config mathoudebine#648
Adds OPTIONAL new environment variable; SIM_RESOLUTION
which if set should be AAAxBBB where AAA is horizontal resolution
and BBB is vertical resolution.
Windows example:
set SIM_RESOLUTION=320x240
Linux shell example:
export SIM_RESOLUTION=320x240
Includes a sample clock that expects 320x240 resolution.
Is your feature request related to a problem? If so, please describe the problem.
I want to simulate / edit themes for screen sizes that are not supported by the current code.
Describe the feature / solution to your problem you'd like
I'd like to be able to specify the screen resolution if the device to simulate, without code changes and writing a driver class.
Options for setting resolution:
Describe alternatives you've considered / and or tested
Writing a driver class for hardware that may not exist yet is onerous.
Screenshots / photos & mockups of the Turing screen
Add screenshots or photos/mockups of the rendering on the Turing screen to help explain your request.
Environment:
commit 2fcdeb1 (HEAD -> simulate_arbitrary_screen_size, origin/main, origin/HEAD, main)
Merge: c48637c 7aeed84
Author: Matthieu Houdebine mat.houdebine@wanadoo.fr
Date: Wed Jan 8 08:58:39 2025 +0100
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: