Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

27 lines (16 loc) · 1.2 KB

libtesla_extensions

libtesla_extensions is a set of custom components for your Overlays.

While libtesla main goal is to make sure all overlays look and feel similar and don't differenciate themselves from the switch's native overlays, libtesla_extensions goal is to simplify the creation of custom, non switchish UIs.

Look at this like a tesla kindergarten where new items meets the world and will eventually grow up inside libtesla

Example

An example for how to use libtesla_extensions can be found here: https://github.com/AD2076/libtesla_extensions/tree/master/extensions-example
To create your own Overlay with custom components, please consider creating a new repository using the official Tesla overlay template: https://github.com/WerWolv/Tesla-Template and add libtesla_extensions in libs too.
add

#include <tesla_extensions.hpp>

below

#include <tesla.hpp>

Credits