Skip to content

Release v0.9.3

Compare
Choose a tag to compare
@elehobica elehobica released this 06 Mar 14:19
· 89 commits to main since this release

Fixed

  • Fix build error of "cannot find -lmy_pico_stdio_usb_headers"
  • Delete obsolete CENTER button completely not to disturb other button actions when pullup is not attached. issue#4

Changed

  • Support pico-sdk 1.5.1 (previously 1.4.0)
  • Update FatFs R0.15 (previously R0.14b)
  • Remove external pullup resistors for PLUS, MINUS buttons
  • Remove external pullup resistors for MISO, MOSI of microsd SPI
  • Clean up libraries. pico_fatfs and pico_st7735_80x160 are switched to submodules.
  • Change I2C DMA scheme from single buffer to double buffers