Skip to content

Releases: esp-cpp/espp

v0.14.2

26 Aug 15:13
de10667
Compare
Choose a tag to compare

What's Changed

  • Update main readme by @finger563 in #313
  • fix(display_drivers): Handle rotation properly, accounting for mirror x/y, mirror portrait, and updated offsets by @finger563 in #311
  • feat(t-deck): Add support for trackball hardware and mouse pointer input by @finger563 in #314
  • Add espp::SsRoundDisplay hardware abstraction component for the Seeed Studio Round Display by @finger563 in #315
  • feat(base_peripheral): Add additional apis using std::vector and std::bitset. Add toggle_bits() functions as well. by @finger563 in #316

Full Changelog: v0.14.1...v0.14.2

v0.14.1

15 Aug 18:54
cdaddfa
Compare
Choose a tag to compare

What's Changed

  • fix(keypad input): update keypad input to lvgl v9 by @finger563 in #300
  • chore(ci): Only run component builds for changes to components or externals by @finger563 in #302
  • feat(lib): Update lib to have espp.cmake and simplify it by @finger563 in #301
  • example(task): Add example showing many threads competing to stop a single task by @finger563 in #303
  • fix(task): Protect access of thread_ to ensure multiple threads cannot call join() by @finger563 in #304
  • feat(timer): Add advanced config reusing Task::BaseConfig by @finger563 in #305
  • Update python bindings to add joystick, ndef, and pid by @finger563 in #306
  • fix(display_drivers): Ensure st7789 madctl RGB order bit is always set properly by @finger563 in #307
  • fix(rtsp): Fix logic error in rtsp client response parsing by @finger563 in #308
  • feat(task): Allow task thread to call stop(); add support for getting task thread id by @finger563 in #309

Full Changelog: v0.14.0...v0.14.1

v0.14.0

11 Aug 03:35
e4f946f
Compare
Choose a tag to compare

What's Changed

  • external: update alpaca to latest for size_t fix and new aligned memory option by @finger563 in #293
  • fix(alpaca): Update alpaca submodule - CRC32 always little endian by @finger563 in #294
  • (#265) LVGL v9 & espp::Display by @abrondijk in #282
  • fix(display_drivers): fix inline declaration for swap_xy and mutex by @finger563 in #295
  • chore(encoder): Simplify to use requires(...) instead of enable_if by @finger563 in #296
  • feat(color): add converting assignment operator for Rgb <-> Hsv by @finger563 in #297
  • feat(color): add Rgb(uint32_t hex) constructor and float, decimal, and hex format specifiers by @finger563 in #298
  • Only do thread join when we know thread is running by @sodank808 in #299
  • [BREAKING] Move and update many component implementations to support litgen-based pybind11 generation to overhaul python library by @finger563 in #291

Full Changelog: v0.13.2...v0.14.0

v0.13.2

16 Jul 13:16
cb90929
Compare
Choose a tag to compare

What's Changed

  • ci: Update static analysis to use v4 of checkout by @finger563 in #290
  • fix(esp-box): Ensure touch interrupt is configured properly for ESP-BOX and ESP-BOX-3 by @finger563 in #292

Full Changelog: v0.13.1...v0.13.2

v0.13.1

10 Jul 04:17
c366e5b
Compare
Choose a tag to compare

What's Changed

  • doc: add example docs (automatically copied from component example readmes) into online docs by @finger563 in #285
  • fix #281 switch from ssh to https submodules by @finger563 in #283
  • Add CST816 touch controller and MaTouch Rotary Display components by @finger563 in #286
  • Update esp-box, t-deck, matouch-rotary-display examples by @finger563 in #287
  • fix(led): Only install LED ISR once by @finger563 in #288
  • feat(t_keyboard): Update so read (no task) updates pressed key state by @finger563 in #289

Full Changelog: v0.13.0...v0.13.1

v0.13.0

07 Jul 03:26
041c85a
Compare
Choose a tag to compare

What's Changed

  • example(math): Add additional piecewise linear examples by @finger563 in #276
  • Add T-Deck and Wrover-Kit components by @finger563 in #277
  • fix(rtsp): Fix maybe-uninitialized errors in RtpPacket by @finger563 in #278
  • Add component for LilyGo T-Dongle S3 by @finger563 in #279
  • feat(motorgo-mini): Update to be singleton. Moved impl to cpp by @finger563 in #280

Full Changelog: v0.12.5...v0.13.0

v0.12.5

05 Jul 13:40
82a6e01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.4...v0.12.5

v0.12.4

04 Jul 04:51
73e3012
Compare
Choose a tag to compare

What's Changed

  • fix(esp-box): Add missing display() implementation and update defaults for lvgl config by @finger563 in #269
  • feat(logger): allow compiling out espp::Logger levels / verbosity to reduce size by @finger563 in #270
  • feat: Add APIs to espp::RangeMapper<> and espp::Joystick for getting their configs by @finger563 in #271
  • feat(esp-box): expose mute pin / gpio via getter for use by @finger563 in #272
  • feat(esp-box): warn users if they try to initialize touch before display by @finger563 in #273
  • feat(input_drivers): Add error logs when lvgl registration fails by @finger563 in #274

Full Changelog: v0.12.3...v0.12.4

v0.12.3

02 Jul 19:01
8abf80c
Compare
Choose a tag to compare

What's Changed

  • feat(file_system): Add remove(path) and remove_contents(path) by @finger563 in #267
  • feat(file_system): Update example to include built+bundled file system by @finger563 in #268

Full Changelog: v0.12.2...v0.12.3

v0.12.2

01 Jul 16:24
c044871
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.1...v0.12.2