Skip to content

Move color functions from st7789.py to color.py (#94) #5

Move color functions from st7789.py to color.py (#94)

Move color functions from st7789.py to color.py (#94) #5

Workflow file for this run

name: Update Wiki
permissions:
contents: write
on:
push:
paths:
- 'wiki/**'
branches:
- main
jobs:
update-wiki:
runs-on: ubuntu-latest
name: Update wiki
steps:
- uses: OrlovM/Wiki-Action@v1
with:
path: 'wiki'
token: ${{ secrets.GITHUB_TOKEN }}