Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement initial theme editor support for any screen resolution via config #648 #649

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

clach04
Copy link

@clach04 clach04 commented Jan 19, 2025

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.

…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.
@clach04
Copy link
Author

clach04 commented Jan 19, 2025

Not sure if this is of any interest to anyone else. I'm looking to use this to design some clocks for MicroPython (on hardware like https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display). I.e. ONLY using the theme editor (I still need to implement an engine/framework to process turing-smart-screen themes 😃).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant