Skip to content

Commit

Permalink
Robodash Release #20
Browse files Browse the repository at this point in the history
Full release of robodash
  • Loading branch information
unwieldycat authored Dec 18, 2023
2 parents 5b375df + 1e0396c commit eca7349
Show file tree
Hide file tree
Showing 208 changed files with 21,860 additions and 23,201 deletions.
Binary file added .DS_Store
Binary file not shown.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and Deploy Docs
# events but only for the master branch
on:
push:
branches:
branches:
- main
workflow_dispatch:

Expand All @@ -20,9 +20,9 @@ jobs:
with:
submodulePath: ./docs/doxygen-awesome-css
- name: Generate Documentation
uses: mattnotmitt/doxygen-action@v1.9.5
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: 'docs/Doxyfile'
doxyfile-path: "docs/Doxyfile"
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ temp.errors
*.ini
.d/

**/.DS_Store

docs-output/
**/__pycache__/
.DS_STORE
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# robodash

Robodash is a flexible GUI toolkit for the VEX V5 brain. It is built to provide
useful tools that take full advantage of the V5 brain's LCD display, as well as
provide a foundation to improve compatibility with templates that provide
LVGL-powered GUIs.
Robodash is a GUI toolkit for the VEX V5 brain intended to provide tools that
take full advantage of the V5 brain's LCD display, as well as provide a
foundation to improve compatibility with templates that provide LVGL-powered
GUIs.

Get started with robodash by reading
[the docs](https://unwieldycat.github.io/robodash/).
Loading

0 comments on commit eca7349

Please sign in to comment.