You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 3RD_PARTY_LICENSES
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2584,6 +2584,18 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2584
2584
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2585
2585
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2586
2586
2587
+
=============================================
2588
+
Simulate iOS toggle button with html and less
2589
+
=============================================
2590
+
2591
+
Copyright (c) 2023 by coldsoul (https://codepen.io/coldsoul/pen/pbdvPa)
2592
+
2593
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2594
+
2595
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2596
+
2597
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
message( WARNING"CEC Rpi mode support could be disabled. Could not find Rpi developers libs: arm32 > /opt/vc/lib,/opt/vc/include,/usr/lib/arm-linux-gnueabihf,/usr/include/vcinclude, aarch64 > /usr/lib/aarch64-linux-gnu/libbcm_host.so.0,/usr/include/interface/vchiq_arm/vchiq_if.h" )
288
+
FIND_PACKAGE(PkgConfigREQUIRED)
289
+
pkg_check_modules (CEClibcec>=6.0.0)
290
+
if(NOT CEC_FOUND)
291
+
message( WARNING"Could not find: libcec>=6. Disabling CEC support." )
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,10 @@ Open source ambient lighting implementation for television and music sets based
13
13
* High portability on various ARM embedded platforms
14
14
* Video post-processing filter to eliminate LED flickering
15
15
* Modern interface using Bootstrap 5 and SVG icons
16
-
* Support for USB grabbers under Linux, Windows 10, macOS (x64/M1)
17
16
* Provides vital informations about your OS condition: CPU & RAM usage, CPU temperature, undervoltage detection, internal components performance including USB grabber and LED devices
17
+
* Support for USB grabbers under Linux, Windows 10, macOS (x64/M1)
18
+
* Pipewire/Portal hardware-accelerated screen capturer for Linux/Wayland
19
+
* DirectX screen grabber with pixel and vertex shader processing acceleration for Windows 10/11
18
20
* Dynamic video cache buffers. Now Rpi can process even 1080p120 NV12 stream without any size decimation
19
21
* Built-in audio visualization effects using **spectrum analysis**
0 commit comments