Commit Graph

999 Commits

Author SHA1 Message Date
Phil Howard c38e768b56 Badger2040W: Move weather icons from examples dir to icons/. 2023-01-27 13:02:53 +00:00
Phil Howard 23c19e5d00 Badger2040W: Tidyup icons, crop to 52x52. 2023-01-27 13:01:40 +00:00
Phil Howard e772de6f9e Badger2040W: Call wrapped-update in lib. 2023-01-27 13:00:39 +00:00
Hel Gibbons 2587ba0699 Badger2040W: Add weather example and icons. 2023-01-27 11:23:32 +00:00
Phil Howard ba63cb2fe7 Badger2040W: Simplify clock, time is set via NTP. 2023-01-27 11:20:52 +00:00
Phil Howard 369cb66069 Badger2040: Add image path to badge.txt. 2023-01-27 11:20:52 +00:00
Phil Howard b5151e2d52 Badger2040W: Fix noise in icon files. 2023-01-27 11:20:52 +00:00
Phil Howard b9492c6d45 Badger2040W: Fix clock network check. 2023-01-27 11:20:52 +00:00
Phil Howard e674c161c5 PicoGraphics: Extremely cursed thickness support for 1bit pens.
Experimental. There must be less cursed way to do this.
2023-01-27 11:20:52 +00:00
thirdr ac1095c7aa fixed quit to launcher 2023-01-27 11:20:52 +00:00
Phil Howard ef62f3ed46 Badger2040W: Force wait for screen refresh finish. 2023-01-27 11:20:52 +00:00
Phil Howard 5ab901f233 Badger2040W: Remove BUTTON_USER since it doesn't exist. 2023-01-27 11:20:52 +00:00
Phil Howard 6b03d0eae6 Badger2040W: Port ebook example. 2023-01-27 11:20:52 +00:00
Phil Howard abfe53c94c Badger2040W: Finish core libs, add Badge. 2023-01-27 11:20:52 +00:00
thirdr a436a2a1ed Badger2040W: New examples. 2023-01-27 11:20:52 +00:00
Phil Howard 0c4f5803a4 Badger2040W: Drop turbo clock from launcher. 2023-01-27 11:20:52 +00:00
Phil Howard 17848a7217 Badger2040W: Fix very slow and very wrong __getattr__. 2023-01-27 11:20:52 +00:00
Phil Howard 2442eea093 Badger2040: Port more examples. 2023-01-27 11:20:52 +00:00
Phil Howard c3fffd1fb7 Badger2040W: Remove font sizes from launcher.py. 2023-01-27 11:20:52 +00:00
Phil Howard f5a1f841fd Badger2040W: Fixes to launcher and badger libs. 2023-01-27 11:20:52 +00:00
Phil Howard 7d70b34f1f Badger2040W: Use correct MicroPython manifest.py. 2023-01-27 11:20:52 +00:00
Phil Howard 76bb6ce450 Badger2040W: Fix linting, use micropython-lib urllib. 2023-01-27 11:20:52 +00:00
Phil Howard cb7af58ed7 Badger2040W: Fix (blank line in) .uf2 manifest. 2023-01-27 11:20:52 +00:00
Phil Howard 74b23a84aa Badger2040W: Switch launcher to jpegdec, reorganise files. 2023-01-27 11:20:07 +00:00
Phil Howard 6c79718cfe JPEGDEC: Fix iWidthUsed skip not advancing pixel pointer. 2023-01-27 11:20:07 +00:00
Phil Howard 09984014fe Badger2040W: Add examples and libs. 2023-01-27 11:20:07 +00:00
Phil Howard 8d68211185 Badger2040W: Append filesystem. 2023-01-27 11:20:07 +00:00
Phil Howard 090d2ee14f Badger2040W: Switch to PicoGraphics. 2023-01-27 11:20:07 +00:00
Phil Howard bf47c8b057 MicroPython: Switch Badger2040 to m_new_class. 2023-01-27 11:20:07 +00:00
Phil Howard 5ec1024eb8 MicroPython: Add Badger2040W firmware build. 2023-01-27 11:20:07 +00:00
Philip Howard 397ef786a9
Merge pull request #640 from pimoroni/patch-plasma-make-new
Plasma: Swap make_new/print functions for WS2812 module.
2023-01-19 15:46:35 +00:00
Hel Gibbons db5004d51c
Merge pull request #639 from pimoroni/docs/add-links
Update docs and add links
2023-01-19 14:45:59 +00:00
Phil Howard 6bf5c7f7b5 Plasma: Swap make_new/print functions for WS2812 module.
Fixes #637
2023-01-19 10:29:30 +00:00
Hel Gibbons 1ece897490 add link 2023-01-18 17:11:06 +00:00
Hel Gibbons 9aa2e33d46 PicoGraphics documentation tweaks 2023-01-18 16:59:05 +00:00
Hel Gibbons 92d58a17c0 Picographics documentation tweaks 2023-01-18 16:56:08 +00:00
Hel Gibbons d2da1c6213 add link 2023-01-18 16:32:08 +00:00
Hel Gibbons 914a4b345c
Correct RAM units 2023-01-18 15:41:33 +00:00
Philip Howard 63fc338ca6
Merge pull request #625 from pimoroni/patch/bme68x-configure-fix
Fix BME68x configure function
2023-01-16 15:01:11 +00:00
Philip Howard c98d0daaf4
Merge pull request #626 from pimoroni/patch/inky-launcher-57-update
Patch/inky launcher 57 update
2023-01-16 14:16:14 +00:00
thirdr 50b456d42f Switched to built in module for ntp 2023-01-11 14:13:01 +00:00
Phil Howard 0709878cec MicroPython: Bump ulab.
Bump up to the tip of master for the latest fixes.

Need to switch this to targeting a release when one's available with the mp_obj_type_t fix.
2023-01-11 12:25:28 +00:00
thirdr e0d578bd07 Adjusted error message layout and wording 2023-01-11 09:49:31 +00:00
Phil Howard 828ff8453d Inky: Switch to mip, add nptime. 2023-01-11 09:46:45 +00:00
Phil Howard fb6fdcc115 MicroPython: Update GU to MP_DEFINE_CONST_OBJ_TYPE. 2023-01-11 09:46:45 +00:00
Phil Howard 9bf1583787 MicroPython: Change machine_hw_i2c_type to machine_i2c_type. 2023-01-11 09:46:45 +00:00
Phil Howard ff5dc0078f Enviro: Switch upip to mip, add ntptime. 2023-01-11 09:46:45 +00:00
Phil Howard 8b1bd814e5 MicroPython: Switch QRCode back to feature/micropython with fix. 2023-01-11 09:46:45 +00:00
Phil Howard 5f94ee7acc CI: Bump ulab to latest commit. 2023-01-11 09:46:45 +00:00
Phil Howard 5b3f84ebf0 MicroPython: TEST: Switch QRCode to fixed branch. 2023-01-11 09:46:45 +00:00