流光溢彩PC&TV -WLED


显示器 流光溢彩

WLED https://kno.wled.ge/

https://github.com/Aircoookie/WLED

esp32 自行编译WLED 固件,会遇到程序过大无法上传的问题,通过更改分区大小可解决,但是失去OTA功能

不过这里有 releases版本,编译好的固件

https://github.com/Aircoookie/WLED/releases

PC端用到的软件:

Prismatik https://github.com/psieg/Lightpack 

获得google play app的工具:https://apk.support/apk-downloader

手机端用到的软件:

WLED app https://github.com/Aircoookie/WLED-App

TV'端用到的软件:

https://play.google.com/store/apps/details?id=com.abrenoch.hyperiongrabber

智能电视上hyperiongrabber的作用抓取转发,所以必须要有一个Hyperion的服务端,再由服务端控制LED硬件,就是WLED了

Hyperion https://github.com/hyperion-project/hyperion.ng/blob/master/Installation.md

Raspberry Pi 的安装配置

https://docs.hyperion-project.org/en/user/Installation.html#supported-systems

https://docs.hyperion-project.org/en/user/HyperBian.html#hyperbian-wlan 

Hyperion升级的问题,由于HyperBian 内版本 不作为 APT 版本存在,所以升级要先删除旧版本,并且手动删除/usr/share/hyperion 文件夹.

hyperiond
Cannot mix incompatible Qt library (version 0x50701) with this library (version 0x50b03)

sudo apt-get remove hyperion
sudo apt-get purge hyperion
rm -rf /usr/share/hyperion sudo apt-get update sudo apt-get install hyperion