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

OpenHASP v1.0 #15307

Merged
merged 1 commit into from
Apr 6, 2022
Merged

OpenHASP v1.0 #15307

merged 1 commit into from
Apr 6, 2022

Conversation

s-hadinger
Copy link
Collaborator

Description:

Version 1.0 for OpenHASP support. Define rich graphics interfaces with simple JSON files, powered by LVGL and Berry.

Example:

  • configure your device for Display and LVGL support - ideally via autoconf
  • copy the following files on the file system, from here: https://github.com/arendst/Tasmota/tree/development/tasmota/berry/openhasp
    • openhasp_widgets.tapp (contains widgets for wifi, logging and general info)
    • robotocondensed_latin1.tapp (contains additional fonts)
    • openhasp.tapp (contains the core OpenHASP engine)
    • files.jsonl (contains a sample definition)

Restart and enjoy. You should see the following screen, and click on buttons to switch to the second screen:

openhasp1

openhasp2

Now it's time to write the documentation!!!

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.4.9
  • The code change is tested and works with Tasmota core ESP32 V.2.0.3
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@s-hadinger s-hadinger merged commit b87699b into arendst:development Apr 6, 2022
arendst added a commit that referenced this pull request Apr 7, 2022
Add ESP32 Support for OpenHASP v1.0 by Stephan Hadinger (#15307)
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.

None yet

1 participant