1. 24 Feb, 2023 1 commit
  2. 17 Feb, 2023 20 commits
  3. 16 Feb, 2023 1 commit
  4. 15 Feb, 2023 8 commits
  5. 14 Feb, 2023 8 commits
  6. 13 Feb, 2023 2 commits
    • Effect: Implement brightness convenience class. · 3e2c6797
      It can be confusing how to use RgbMatrix for app devs not comfortable with image
      manipulation, so add a helper class that simply translates rgb values the same
      constant brightness value, to update the brightness values.
      
      PiperOrigin-RevId: 509287229
      huangdarwin committed
    • Test: Update emulator version from 31 to 33. · 38dd1489
      For all end-to-end tests, we currently run on a generic API 26 and newer API 31 emulator. Due to some issues on API 31, update to use an API 33 emulator.
      
      Also, update documentation to mention issues on different emulator versions.
      
      PiperOrigin-RevId: 509242743
      huangdarwin committed