jacqueline
|
1b7821a474
|
improve the locking strategy of the bluetooth fsm
|
1 year ago |
jacqueline
|
d23435fab7
|
Retry bt device connections
i hate this janky-ass protocol
|
1 year ago |
jacqueline
|
aff28342d9
|
let the bluetooth stack handle its own discovery state
|
1 year ago |
jacqueline
|
0bb12912bc
|
Implement basic volume control for bt outputs
|
1 year ago |
jacqueline
|
99c56641e9
|
fix various of bluetooth issues
connecting and disconnecting is a bit more consistent now!
|
1 year ago |
jacqueline
|
7fbb2162ee
|
Start keeping lock switch polarity in nvs
i will use this to do a sneaky trick; in-place upgrading brendan,
hailey, and erin's devices
|
1 year ago |
jacqueline
|
f2df12836f
|
tweak pipeline buffers rather than i2s dma buffer
this maintains the bluetooth changes to buffer sizes, but keeps the most
important i2s buffer the same size
|
1 year ago |
jacqueline
|
f4d8b2b04a
|
hey i found 40KiB SRAM behind the couch!
|
1 year ago |
jacqueline
|
08d16e8580
|
whoops
|
1 year ago |
jacqueline
|
71b4673039
|
all screens basically working, but bluetooth is rough
|
1 year ago |
jacqueline
|
7cdcd44e0c
|
Begin migration of remaining screens to Lua
|
1 year ago |
jacqueline
|
55bde70b96
|
add accurate esp and samd versions + expose this info to lua
|
1 year ago |
jacqueline
|
09eacb71f0
|
bringup r8 muting
|
1 year ago |
jacqueline
|
938ba62f57
|
refactor handling of volume steps; improve controls
|
1 year ago |
jacqueline
|
44e6aee722
|
fix yet more mono i2s issues
|
1 year ago |
jacqueline
|
5f0e16e97a
|
Support changing the usb msc state
|
1 year ago |
Robin Howard
|
ae72566c0e
|
Have the unit not immediately sleep when starting up.
|
1 year ago |
jacqueline
|
64b106c13e
|
add a cool lua repl
|
1 year ago |
jacqueline
|
5a2f0b08e0
|
Centralise which level is 'locked'
|
1 year ago |
jacqueline
|
230721cd62
|
Periodically check int lines instead of relying on interrupts
|
1 year ago |
jacqueline
|
8a0a167adb
|
Convert the main menu screen to lua lol
|
2 years ago |
Robin Howard
|
135185f12b
|
haptics: adds a wrapper for the DRV2605L haptic motor driver
... with facilities to trigger effects via the system fsm.
|
2 years ago |
jacqueline
|
c6f2b52331
|
Improve bt scanning responsiveness
|
2 years ago |
jacqueline
|
7523772886
|
Decouple play/pause from output on/off
I think this was the cause of toggling play/pause making audio go away.
Or at least I can't repro that bug anymore, anyway.
|
2 years ago |
jacqueline
|
09f129662e
|
Add scroll velocity + more input methods
|
2 years ago |
jacqueline
|
3df4cc9e3d
|
Make accessors in RelativeWheel const
|
2 years ago |
jacqueline
|
ba940baa0a
|
Add a lock around the SPI bus
This seems to have been the cause of recurring deadlocks that have been
difficult to repo.
|
2 years ago |
jacqueline
|
252f685ef1
|
Make NVS access synchronous again
Everything relevant is back in internal ram, and likely to stay there.
|
2 years ago |
jacqueline
|
8608f9367f
|
Tune buffer sizes and locations for I2S
|
2 years ago |
jacqueline
|
4d99d22e10
|
std::string -> std::pmr::string in psram
|
2 years ago |
jacqueline
|
f57a9688c9
|
Allocate display spi buffers statically
It works okay now :)
|
2 years ago |
jacqueline
|
b192975cb1
|
make bluetooth pairing ui functional
|
2 years ago |
jacqueline
|
0ea358ab81
|
Make the onboarding flow basically work. Much still to do!
|
2 years ago |
jacqueline
|
ad74a45921
|
Use only one buffer for lvgl's display driver
We weren't actually making use of the double buffering, and it's a pain
to implement properly.
|
2 years ago |
jacqueline
|
b0d745d02d
|
Flesh out onboarding a little, and add a way to get into it
|
2 years ago |
jacqueline
|
6b9fb9edac
|
Support retries for samd and touchwheel i2c
|
2 years ago |
jacqueline
|
f0d82cfb09
|
Fix display buffers not actually being in DMA ram
|
2 years ago |
jacqueline
|
0032896251
|
Move UI task to priority 0 during playback
Also other misc task cleanup
|
2 years ago |
jacqueline
|
d5d6e3993c
|
Support changing max volume, persisted to nvs
|
2 years ago |
jacqueline
|
320fdeb9d8
|
Use a service locator instead of passing around subsets of drivers between FSMs
|
2 years ago |
jacqueline
|
4247c9fe7d
|
store the screen brightness in nvs
|
2 years ago |
jacqueline
|
773f285767
|
Don't fade for brightness slider changes
|
2 years ago |
jacqueline
|
8ee5e781e7
|
Use gamma correction for display brightness
|
2 years ago |
jacqueline
|
3a0c42f924
|
Move battery measurement to its own class
|
2 years ago |
jacqueline
|
0f5cf25e73
|
More performance and usability tweaks
- pin ui and decoder to opposite cores
- disable touch wheel when controls are locked
|
2 years ago |
jacqueline
|
079b2b53d4
|
Improve DAC startup for r6
|
2 years ago |
jacqueline
|
58854bc55d
|
Improve centre button responsiveness
|
2 years ago |
jacqueline
|
ee949829d9
|
Add battery % with change events
|
2 years ago |
jacqueline
|
764b01e913
|
Add idle->standby support when locked and no music
|
2 years ago |
jacqueline
|
27f329a9db
|
Add an app console triggered shutdown
|
2 years ago |