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

Added documentation about icon and icon color #1210

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions HMI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,13 @@ change the page type:
`pageType~popupNotify`

`pageType~screensaver`
### Icon
Go to https://docs.nspanel.pky.eu/icon-cheatsheet.html
Click on the little (U)-Symbol right beside the icon and paste the code in the field for icon.
![image](https://github.com/joke24/nspanel-lovelace-ui/assets/19669309/04a6cdff-54b3-4eea-84b2-1cb89dc4983d)

### Icon Color
For icons RGB565 color is used. Use color picker from e.g. https://rgbcolorpicker.com/565 and paste the value in the field for icon color.

### screensaver page

Expand Down