Release 3.0.0 - Turing 5" display support!
![](https://private-user-images.githubusercontent.com/38615348/244132968-68c7db1c-f746-4ea5-bf83-913a5239b1cf.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTU0MDgsIm5iZiI6MTczOTE5NTEwOCwicGF0aCI6Ii8zODYxNTM0OC8yNDQxMzI5NjgtNjhjN2RiMWMtZjc0Ni00ZWE1LWJmODMtOTEzYTUyMzliMWNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDEzNDUwOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBmYWZlNDFhNTM2NTZiOTViMWRhYmE5ZWI3NzIyNTE3YWRjZmRiODAzODEzMGExZDExMDUzMzBhOWI3ZGM3NDcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.uP15EyMfHRUrIJJSMmc8nWVeksdY_EyUYcm1H3izGwM)
This release comes with Turing 5" displays support!
Many thanks to @alexwbaule @arthurferrai @MrFr1day and everyone that contributed in issues #81 and #90
Please note there is only basic support for now: no video or storage.
Documentation, Theme Editor, Configuration Wizard and Github workflows have been updated to handle 5" devices as well.
This release comes without any breaking changes for 3.5" devices.
Configuration Wizard
In the configuration Wizard, you can now select Turing 5" as your smart screen model.
Themes
Because the display resolution is different for 3.5" displays (320x480) and 5" displays (800x480), themes made previously for 3.5" displays cannot be used on 5" displays.
New 5" themes have been developed and packaged in this release:
When you select Turing 5" in the Configuration Wizard, the theme list is automatically updated to display only compatible themes.
theme.yaml
To create a theme for 5" devices, the format is the same as the 3.5" themes. You can do it manually or using the Theme Editor.
The only property to add to your theme.yaml
is:
display:
DISPLAY_SIZE: 5"
If this property is not in the theme file (to keep compatibility with old/community themes) or if its value is different than 5"
then the theme will be for 3.5 displays.
What's Changed
- Support 5 inches devices by @alexwbaule & @arthurferrai in #252
- New themes for 5" displays by @mathoudebine in #253
New Contributors
- @alexwbaule made their first contribution in #252
- @arthurferrai made their first contribution in #252
Full Changelog: 2.4.3...3.0.0