Commit 2525b12
authored
Merge pull request #78 from jblanked/dev
Picoware - v1.6.8
This is an update to the MicroPython and CircuitPython versions.
Highlights:
- Added multiple fonts/font sizes (0 for extra small, 1 for small, 2 for medium, 3 for large, and 4 for extra large) with classes
- Updated the `AutoComplete` C module to prevent a double free that caused a freeze in the MicroPython version on deinit
- Fixed a Pimoroni 2W freeze in the CircuitPython version
Changelog:
- Updated the `PSRAM` C module with classes and to deinitialize QSPI correctly
- Removed the `LED` class and property from the `ViewManager` (unused)
- Added missing bytes signature in `HTTP` class
- Updated the `Desktop` view to correctly show when WiFi is connected/disconnected (for wireless variants)
- Added an `sb_deinit` method to the `Southbridge` driver and implemented it in the `Input` class
- Added `Font` and `FontSize` C modules and classes
- Changed the `draw_char` method to `char` in the `Draw` class
- Updated CircuitPython's `Desktop` view to skip connecting to WiFi on desktop
- Fixed a device freeze in the CircuitPython version by reorganizing initialization
- Corrected the OTA link for the CircuitPython version
- Updated the `AutoComplete` C module to prevent a double free that caused a freeze in the MicroPython version on deinit
- Added `get_font` and `len` methods, `font` setter/getter property, and updated the default font in the `Draw` classFile tree
105 files changed
+2381
-36437
lines changed- builds
- CircuitPython
- apps_unfrozen/screensavers
- apps/screensavers
- MicroPython
- apps_unfrozen/screensavers
- apps
- games/flip_world
- screensavers
- guides
- src
- CircuitPython
- PicoCalc
- picoware
- applications
- system
- gui
- system
- MicroPython
- PicoCalc
- picoware_keyboard
- picoware_lcd
- picoware_psram
- auto_complete
- font
- picoware
- applications
- gui
- system
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
105 files changed
+2381
-36437
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments