Skip to content

v0.3.0

Compare
Choose a tag to compare
@finger563 finger563 released this 29 Dec 22:04
· 264 commits to main since this release
bdcab9c

What's Changed

  • feat(peripherals): change peripheral interface APIs by @finger563 in #119
  • I2C class and new interface peripherals by @finger563 in #120
  • feat(bm8563): added bm8563 rtc component by @finger563 in #121
  • Feature/i2c probe by @finger563 in #122
  • feat(ili9341): update ili9341 to use the config mirror_x/mirror_y/swap_xy just like st7789 by @finger563 in #123
  • feat(t_keyboard): added t_keyboard component by @finger563 in #124
  • feat(input_drivers): new input drivers for lvgl by @finger563 in #125
  • submodule(lvgl): update to latest release/v8.3 branch by @finger563 in #126
  • Update Timer and Task Implementation and add some new example / tests. by @finger563 in #127
  • Format helpers use fmt::format_to to prevent collision with std::format_to if is used by @finger563 in #128
  • Add Timer::stop() API to make it consistent with Task. by @finger563 in #129
  • Update format for latest gcc and esp-idf by @finger563 in #130
  • Feature/display backlight control by @finger563 in #131
  • ci: update esp-idf in GH action to be 5.1 instead of 5.0 by @finger563 in #132
  • feat(ads1x15): update to use pure read function by @finger563 in #133
  • feat: update APIs by @finger563 in #134
  • fix: subscriber callback not removed by @finger563 in #136
  • ci: add static analysis action by @finger563 in #137

Full Changelog: v0.2.4...v0.3.0