Skip to content

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

1 participant