Commit Graph
19 Commits
Author SHA1 Message Date
Robin Howard 7c075cf5b7 Adds LRA haptic support (open-loop only for now). 2024-04-19 16:03:53 +10:00
Robin Howard e39754ba10 Fix DRV2065L register usage: we were accidentally setting control2 when we meant control3. 2024-04-19 16:03:53 +10:00
Robin Howard 0d0c4b2307 Fix bg_grad_colour LSP type annotation 2024-03-28 16:42:23 +11:00
Robin Howardandcooljqln 7d66572b0f Adds base dropdown-list styles.
Fixes dropdown contents being painted directly on top of anything
sitting below them.
2024-02-11 23:12:33 +00:00
Robin Howard 08c6c5d322 .env: quote vars, remove silly comment 2024-02-10 21:05:32 +11:00
Robin Howard e2a6c3b5b3 Adds missing greyed-out state images for next and previous; oops! 2024-02-03 17:03:13 +11:00
Robin HowardandRobin Howard 2f93ac3c59 Add next+prev buttons to the Now Playing screen. 2024-01-23 02:30:18 +00:00
Robin HowardandRobin Howard 429abd1237 Fix bug where calling TrackQueue's next() repeatedly would increase the position despite running off the end of the queue. 2024-01-23 02:30:18 +00:00
Robin HowardandRobin Howard 3f1fadbeef Plumb queue next+previous through to Lua, incl. with stubs and docs. 2024-01-23 02:30:18 +00:00
Robin Howard ae72566c0e Have the unit not immediately sleep when starting up. 2023-12-14 13:58:19 +11:00
Robin Howard 91d16b3ff5 haptics: don't wait when initialising the driver. 2023-11-07 16:31:55 +11:00
Robin Howard 067132d097 adds scrollbar fixup comment. 2023-11-07 16:31:55 +11:00
Robin Howard 606e4d89ec haptics: adds a "haptic_effect" console command
... which can take multiple optional arguments for ranges of effects
and/or a motor library.
2023-11-07 16:31:55 +11:00
Robin Howard 7318f53fd8 haptics: buzz on boot, and when changing focus of items. 2023-11-07 16:31:55 +11:00
Robin Howard 135185f12b haptics: adds a wrapper for the DRV2605L haptic motor driver
... with facilities to trigger effects via the system fsm.
2023-11-07 16:31:55 +11:00
Robin Howard 4ec1cccf4d Bump to latest 5.1 changes since 5.1.1 release. 2023-11-06 17:22:47 +11:00
Robin Howard 18d90051c9 Annotates the kTag with maybe_unused; they're only used for logging. 2023-10-28 13:25:50 +11:00
Robin Howard 2e4a3a0c20 Updates "Contributing" with a come-back-later-please notice. 2023-10-26 14:41:57 +11:00
Robin Howard b284eb4b21 hack: "fix" the .env loading by just using pwd instead of dirname $_ etc 2023-10-12 14:15:17 +11:00