Commit 6498c96
authored
Merge pull request #75 from jblanked/dev
Picoware - v1.6.5
This is an update to the MicroPython and CircuitPython versions.
Added:
- `response` C module with a finaliser and attributes, integrated into the `Response` class (MicroPython)
- pre-compiled PIO headers (MicroPython)
- WiFi RSSI Monitor: monitors signal strength of nearby WiFi networks in real-time (MicroPython)
- syntax highlighting in the `Python Editor` app
- `Tutorials.md` document with a list of YouTube reviews and tutorials
Updated:
- `vector` C module with simplified attributes
- `auto_complete` C module with attributes and finaliser
- scripts in the `tools` directory to use `make -j` instead of only `make` to run as many jobs in parallel as possible
- `picoware_sd` and `waveshare_sd` C modules to raise an exception if file creation fails (MicroPython)
- `picoware_psram` C module, removing unused methods
- `Settings` to save LVGL settings as intended (MicroPython)
- WiFi utilities to use `json` instead of `ujson` and use const bytes for path definitions (MicroPython)
- `Storage` class to not check the type of `file_path` parameters (allows developers to pass bytes) (MicroPython)
- WiFi `Scan` app to allow clicking on a network to save it, followed by adding the password (MicroPython)
- `main.py` to use the alert from the `ViewManager` instance and set GC threshold (MicroPython)
- `Response` and `AutoComplete` classes to inherit from their C modules (MicroPython)
- `__request` method of the `HTTP` class with the missing parameters (CircuitPython)
- `picoware_lcd` C module buffers with 64-byte boundary alignment (MicroPython)File tree
74 files changed
+1762
-872
lines changed- builds
- CircuitPython
- apps_unfrozen
- apps
- MicroPython
- apps_unfrozen
- apps
- guides
- src
- CircuitPython
- picoware/system
- drivers
- MicroPython
- PicoCalc
- picoware_lcd
- picoware_psram
- picoware_sd
- auto_complete
- picoware
- applications
- system
- wifi
- system
- drivers
- response
- vector
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+1762
-872
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
28 | | - | |
| 28 | + | |
| 29 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
143 | | - | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
Binary file not shown.
Binary file not shown.
0 commit comments