Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 13:51
· 70 commits to main since this release

Commits

  • 6d182ca: Add micropython-lib and freeze urequests (Matthew Wilkes) #36
  • a33be00: Add some flashing modes to the torch. (Charles Galambos) #40
  • cbb94d8: Add some comments. (Charles Galambos) #40
  • 5745a90: Disable flashing if you use another button. (Charles Galambos) #40
  • 15fffbd: Merge branch 'main' into flash-torch (Charles Galambos) #40
  • 0cc2e25: Add name badge app (Tom Sutcliffe)
  • 8e4fbac: Add is_active() to base App, Update mode switching, add a new randomish pattern. (Charles Galambos) #40
  • df1a18f: Merge branch 'main' into flash-torch (Charles Galambos) #40
  • c3119de: Make sure on_deactivate forwards call to parent class. (Charles Galambos) #40
  • 5ba7ddf: Add BUTTON_B=rotate default action if app.supports_rotation() is true (Tom Sutcliffe)
  • b04b7a9: Support accented characters in keyboard and textwindow (Tom Sutcliffe)
  • eb370e9: re-fix cancellation of on_up_down buttons in deactivate (Tom Sutcliffe)
  • 39b522e: Don't interrupt splashscreen with charge_state_changed callbacks (Tom Sutcliffe)
  • e7bb27b: Really simple uGUI demo working (Nathan Dumont) #48
  • b46ab13: Refactor ugui integration (Tom Sutcliffe) #48
  • 295d216: Make B flip apps that don't support rotate (Tom Sutcliffe)
  • 160352f: Add settings app (Tom Sutcliffe)
  • c75bf74: Add BUTTON_FRONT=OK hint to keyboard (Tom Sutcliffe)
  • 3f22d40: Fix settings app redraw issue on display sleep (Tom Sutcliffe)
  • a1703e2: Make Wi-Fi Config app honour configured connection timeout (Tom Sutcliffe)
  • a10e949: Generate tidal.txt during github action (#49) (dps.lwk) #49
  • 08936f7: Various minor UI tweaks (Tom Sutcliffe)
  • 3865481: fix display of Display Sleep time (Tom Sutcliffe)
  • 011e92c: Merge remote-tracking branch 'origin/main' into tomsci-ugui (Tom Sutcliffe) #48
  • 1e88574: Support WPA2-Enterprise (maybe) and correct EMF default wifi creds (Tom Sutcliffe) #51
  • c757aee: Add lodepng submodule and wrapper API (Tom Sutcliffe) #53
  • a23063c: Convert ROM PNGs to raw embeds rather than ST7789 bitmap modules (Tom Sutcliffe) #53
  • fec9a02: Fix emf.png colour scheme (Tom Sutcliffe) #53
  • 74a8269: Fix typo in wifi.save_defaults() (Tom Sutcliffe)
  • 319398c: Update default emfcamp wifi SSID (Tom Sutcliffe)
  • 80d233a: Add ability to dim backlight via LEDC PWM (#54) (tomsci) #54
  • 02e5458: Add text cursor to keyboard (Tom Sutcliffe)
  • 6e5d03f: Added accelerometer.py and simple text app (Tom Sutcliffe)
  • 42e0d86: Limit i2cs frequency to 100kHz to keep crypto chip happy (Tom Sutcliffe)
  • e4381f9: Wake the display when BL button is pressed when LCD is off (Tom Sutcliffe)