summaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)Author
2023-11-20Use a non-IRAM-safe interrupt for gpio changesjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-11-07haptics: don't wait when initialising the driver.Robin Howard
2023-11-07haptics: adds a wrapper for the DRV2605L haptic motor driverRobin Howard
2023-11-07Ensure the GPIO ISR is in IRAMjacqueline
2023-11-06Improve bt scanning responsivenessjacqueline
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-19Free the i2s dma channel when it's not in usejacqueline
2023-10-16Decouple play/pause from output on/offjacqueline
2023-10-03Write up the new input modes to NVS and settingsjacqueline
2023-10-03Add scroll velocity + more input methodsjacqueline
2023-10-03Make accessors in RelativeWheel constjacqueline
2023-09-29Add a lock around the SPI busjacqueline
2023-09-26Make NVS access synchronous againjacqueline
2023-09-26Place a2dp stream callback into IRAMjacqueline
2023-09-26Tune buffer sizes and locations for I2Sjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
2023-09-25Fix incorrect palette introduced by hardware screen rotationjacqueline
2023-09-25Don't acquire the spi bus in the display driverjacqueline
2023-09-22Allocate display spi buffers staticallyjacqueline
2023-09-22Rotate the display in hardware instead of softwarejacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-13Make the onboarding flow basically work. Much still to do!jacqueline
2023-09-12Use only one buffer for lvgl's display driverjacqueline
2023-09-12Use interrupt-based spi for the displayjacqueline
2023-09-08Flesh out onboarding a little, and add a way to get into itjacqueline
2023-09-08Just wait for touchwheel reboot instead of being cleverjacqueline
2023-09-08Support retries for samd and touchwheel i2cjacqueline
2023-09-08Reset the touchwheel during bootjacqueline
2023-09-05Improve dac startup sequencing to reduce the clicky poppyjacqueline
2023-09-05Be tolerant of SAMD timeoutsjacqueline
2023-09-05Fix display buffers not actually being in DMA ramjacqueline
2023-09-05Tweak display DMA buffer sizejacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
2023-09-04Support changing max volume, persisted to nvsjacqueline
2023-09-04Turn the touchwheel back on after sleepjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-29store the screen brightness in nvsjacqueline
2023-08-29Don't fade for brightness slider changesjacqueline
2023-08-29Use gamma correction for display brightnessjacqueline
2023-08-28one weird trick to avoid 5khz tonejacqueline
2023-08-28Move battery measurement to its own classjacqueline
2023-08-25More performance and usability tweaksjacqueline
2023-08-25Add modal dialog supportjacqueline
2023-08-24Improve DAC startup for r6jacqueline
2023-08-24Improve centre button responsivenessjacqueline
2023-08-22Add battery % with change eventsjacqueline
2023-08-22good idea to unmute the dac!jacqueline
2023-08-21Add idle->standby support when locked and no musicjacqueline
2023-08-20Add an app console triggered shutdownjacqueline