Damian Schneider
6b70c6ae91
Remove FRAMETIME return value from all FX ( #5314 )
...
* remove "return FRAMETIME" from all FX, fix timing for some FX
- all FX now render every frame, no more "speed up" during transitions
* fix missing return by adding FS_FALLBACK_STATIC macro
* add FX_FALLBACK_STATIC also to user_fx
* remove obsolete seg.next_time
2026-02-09 07:57:49 +01:00
Blaž Kristan
a9811c2020
Variable button count (up to 32) ( #4757 )
...
* Variable button count (up to 32)
- adds ability to configure variable number of buttons during runtime
- fixes #4692
2025-11-27 17:00:58 +01:00
Will Miles
7db52d794b
Fix incorrect json value in all usermods
...
Must've been a bad search-and-replace on my part somewhere..
2025-03-28 21:35:37 -04:00
Will Tatam
1dc7647bb9
Merge branch 'main' into usermod-libs
2025-02-16 10:40:30 +00:00
maxi4329
aa3fb7d165
update links to point to the new repo
2025-02-15 20:07:41 +01:00
Will Miles
078a054dbd
usermods/pixels_dice_tray: Fix BLE dependency
2025-02-07 04:12:07 +00:00
Will Miles
f72b5d04e8
usermod/pixels_dice_try: Add missing dep
...
The "arduino-pixels-dice" library needs the ESP32 BLE subsystem, but
doesn't explicitly depend on it.
2025-02-03 19:35:12 +00:00
Will Miles
193926c795
usermods: Remove #pragma once from cpps
2025-01-17 00:50:02 +00:00
Will Tatam
b380d5e2c7
reinstate libArchive:false
2025-01-14 00:10:55 +00:00
Will Tatam
24accf96a8
Remove now redundant build section from library.json
2025-01-13 10:53:24 +00:00
Will Tatam
d3eec72e45
Defining more usermod dependencies
2025-01-12 00:09:31 +00:00
Will Tatam
90b18158fc
Convert usermods from header to library
2025-01-11 21:14:20 +00:00
Will Miles
4f48ddfaec
Replace SET_F with F in usermods
...
Since oappend() is now strongly typed, pass the correct type. This is a
step towards removing the extra shim logic on ESP8266.
2024-10-23 21:35:30 -04:00
Will Miles
2e01fe0b5b
Revert "Replace SET_F with F in usermods"
...
This reverts commit 7d067d8c30 .
2024-10-23 21:34:35 -04:00
Will Miles
7d067d8c30
Replace SET_F with F in usermods
...
Since oappend() is now strongly typed, pass the correct type. This is a
step towards removing the extra shim logic on ESP8266.
2024-10-23 21:28:21 -04:00
Blaz Kristan
b50e6e0d90
Static PinManager & UsermodManager
...
- saves a few bytes of flash
2024-09-19 21:44:11 +02:00
jdiamond
cde5314d41
Add "dice" to environment names, and add more information about fitting in a 4MB partition.
2024-08-11 01:23:41 +00:00
jdiamond
96c7716d3e
Added a usermod for interacting with BLE Pixels Dice.
2024-08-08 03:13:33 +00:00