Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6364fc975 | |||
| 7ff39ea252 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -126,7 +126,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
ApiConfiguration = @{
|
ApiConfiguration = @{
|
||||||
EspConfiguration = @{
|
EspConfiguration = @{
|
||||||
InformationBoardImageUrl = "${{ vars.ESP_IMAGE_URL }}"
|
InformationBoardImageUrl = "http://server_ip:port/home/default.jpg"
|
||||||
UpdateIntervalMinutes = [int]"${{ vars.ESP_UPDATE_INTERVAL }}"
|
UpdateIntervalMinutes = [int]"${{ vars.ESP_UPDATE_INTERVAL }}"
|
||||||
BlackTextThreshold = [int]"${{ vars.ESP_BLACK_TEXT_THRESHOLD }}"
|
BlackTextThreshold = [int]"${{ vars.ESP_BLACK_TEXT_THRESHOLD }}"
|
||||||
EnableDithering = [System.Convert]::ToBoolean("${{ vars.ESP_ENABLE_DITHERING }}")
|
EnableDithering = [System.Convert]::ToBoolean("${{ vars.ESP_ENABLE_DITHERING }}")
|
||||||
|
|||||||
12
README.md
12
README.md
@@ -1,10 +1,10 @@
|
|||||||
[](https://github.com/myxelium/homescreen "Go to GitHub repo")
|
[](https://github.com/myxelium/Wireless_Eink_HomeScreen "Go to GitHub repo")
|
||||||
[](https://github.com/myxelium/homescreen)
|
[](https://github.com/myxelium/Wireless_Eink_HomeScreen)
|
||||||
[](https://github.com/myxelium/homescreen)
|
[](https://github.com/myxelium/Wireless_Eink_HomeScreen)
|
||||||
[](https://github.com/myxelium/homescreen/releases/)
|
[](https://github.com/myxelium/Wireless_Eink_HomeScreen/releases/)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
[](https://www.gnu.org/licenses/gpl-3.0.en.html)
|
||||||
[](https://github.com/myxelium/homescreen/issues)
|
[](https://github.com/myxelium/Wireless_Eink_HomeScreen/issues)
|
||||||
[](https://github.com/Myxelium/HomeScreen/actions/workflows/build.yml)
|
[](https://github.com/Myxelium/Wireless_Eink_HomeScreen/actions/workflows/build.yml)
|
||||||
# What why how
|
# What why how
|
||||||
This is a project I created that pulls weather data from the internet, transforms it into custom images, and displays them on an e-ink screen powered by an ESP32.
|
This is a project I created that pulls weather data from the internet, transforms it into custom images, and displays them on an e-ink screen powered by an ESP32.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user