Skip to content

Releases: unwieldycat/robodash

Robodash 2.3.0

12 Jan 18:17
9495335
Compare
Choose a tag to compare

Robodash 2.3.0 improves the selector UI.

Added

  • An indication for what auton in the selector list is currently selected
  • color_hue parameter to autons, which places a color chip next to the auton's name in the list.
  • Page up / page down buttons to the selector if it's scrollable, making scrolling easier when there's many autons.
  • Up / down buttons to the selector, providing an alternate way to select autons in the list.
  • rd::Selector::next_auton and rd::Selector::prev_auton functions for user-defined methods to control the selector, enabling hardware buttons or dials.

Robodash 2.2.0

04 Jan 21:03
6399cb3
Compare
Choose a tag to compare

Robodash 2.2.0 provides selector enhancements.

Added

  • Autonomous selector callbacks (rd::Selector::on_select)
  • Autonomous selector getter (rd::Selector::get_auton)

Fixed

  • rd::Image constructor for C array images required a lv_img_dsc_t, not a const lv_img_dsc_t (which LVGL outputs in its conversion). Added support for both.

Robodash 2.1.2

10 Nov 00:42
69868ca
Compare
Choose a tag to compare

Robodash 2.1.2 provides a fix for the image widget.

Warning

This update has a breaking change. When constructing an rd::Image with a C
array, you must pass a pointer to your lv_img_dsc_t instead of a reference.
This is to prevent a dangling pointer.

Fixed

  • A bug where constructing an rd::Image with a C array would not display the
    image.

Robodash 2.1.1

24 May 00:23
76c8f16
Compare
Choose a tag to compare

Recompilation of 2.1.0 that upgrades to PROS version 4.1.0

Robodash 2.1.0

25 Dec 20:25
fc5d9aa
Compare
Choose a tag to compare

This release fixes issues with and improves the autonomous selector. More information can be found in the change log.

Robodash 2.0.0

18 Dec 03:27
eca7349
Compare
Choose a tag to compare

Initial release of robodash.

Release Candidate Users

Be sure that you run pros c purge-template robodash before installing. Minor breaking changes since rc3, particularly in the selector class. This release also adds alerts and the ability to disable animations in a view. See documentation for more details.

Selectlib 1.0.0

16 Apr 00:30
v1.0.0
3abaa74
Compare
Choose a tag to compare
v1.0.0

Initial release