pimoroni-pico/micropython/modules
Connor Linfoot 32c10482d9
Add support for 96x48 display to Interstate75 (#867)
* Add DISPLAY_INTERSTATE75_96X48
2024-04-17 13:41:02 +01:00
..
adcfft MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
badger2040 MicroPython: Switch from MICROPY_EVENT_POLL_HOOK to mp_event_handle_nowait(). 2024-01-08 10:33:28 +00:00
badger2040w Badger 2040: Add deprecation warnings and firmware links. 2023-03-27 10:30:19 +01:00
bitmap_fonts Pico Graphics: Move bitmap fonts into generic library. 2022-03-30 15:10:52 +01:00
breakout_as7262 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_bh1745 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_bme68x Merge pull request #625 from pimoroni/patch/bme68x-configure-fix 2023-01-16 15:01:11 +00:00
breakout_bme280 BME280: Check read status and throw error on fail. 2023-03-16 13:25:19 +00:00
breakout_bmp280 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_dotmatrix Dot Matrix: Allow set char from string. 2023-03-27 15:11:30 +01:00
breakout_encoder MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_encoder_wheel Added C & MP interrupt example 2023-05-10 16:57:38 +01:00
breakout_icp10125 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_ioexpander Added MP readme 2023-05-04 14:10:39 +01:00
breakout_ltr559 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_matrix11x7 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_mics6814 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_mlx90640 MLX90640: MicroPython module. 2023-02-23 16:52:59 +00:00
breakout_msa301 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_pmw3901 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_potentiometer MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_rgbmatrix5x5 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_rtc MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_scd41 MicroPython: Shim MP_REGISTER_MODULE for >1.18 compat. 2022-06-14 12:08:47 +01:00
breakout_sgp30 MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_trackball MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
breakout_vl53l5cx MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
cosmic_unicorn Fixed case of some CosmicUnicorn variables 2023-05-30 10:25:33 +01:00
cppmem CPPMEM: Reduce fixed C++ heap to 1k. 2023-03-27 15:11:30 +01:00
encoder More explanation of encoder capture 2024-04-03 14:29:17 +01:00
galactic_unicorn Removed comma in *Unicorn readme code 2023-05-30 10:24:28 +01:00
hershey_fonts Separate Hershey Fonts into their own library. 2022-03-30 15:10:52 +01:00
hub75 hub75: function correction 2023-03-16 16:52:17 +00:00
jpegdec JPEGDEC: Backport width/height changes from pngdec. 2024-01-23 16:18:13 +00:00
motor Servo/Motor: Use m_new instead of new. 2023-03-16 13:25:19 +00:00
pcf85063a MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
pico_explorer fix typo 2022-08-25 17:12:51 +01:00
pico_rgb_keypad Pico RGB Keypad: Refactor to class. 2023-03-16 13:25:19 +00:00
pico_scroll Merge pull request #878 from pimoroni/ci/tooling 2024-01-19 10:32:20 +00:00
pico_unicorn Pico Unicorn/Scroll: Add buttons/dimensions to both module and class. 2023-03-27 15:11:30 +01:00
pico_wireless Pico Wireless: Use tracked alloc. 2023-03-16 13:25:19 +00:00
picographics Add support for 96x48 display to Interstate75 (#867) 2024-04-17 13:41:02 +01:00
picovector PicoVector: Add a bounds method for polygon bounds. 2023-09-12 13:18:33 +01:00
pimoroni_bus MicroPython: Update to support new slots mp_obj_type_t. 2023-01-11 09:46:45 +00:00
pimoroni_i2c Pimoroni I2C: Update to use modmachine.h consolidated header. 2024-01-08 10:15:28 +00:00
plasma Plasma: Swap make_new/print functions for WS2812 module. 2023-01-19 10:29:30 +00:00
pngdec PNGdec: Don't convert greys if mode=COPY. 2024-03-28 15:35:05 +00:00
pwm First setup of motor micropython bindings 2022-04-05 20:44:03 +01:00
qrcode@9371aca7ab MicroPython: Switch QRCode back to feature/micropython with fix. 2023-01-11 09:46:45 +00:00
servo Servo/Motor: Use m_new instead of new. 2023-03-16 13:25:19 +00:00
stellar_unicorn Initial setup for StellarUnicorn build 2023-05-30 10:32:25 +01:00
ulab@e68bb707b2 Initial setup for StellarUnicorn build 2023-05-30 10:32:25 +01:00
wakeup Badger2040W: Fix wakeup and quit to launcher button handling. 2023-02-10 22:15:09 +00:00
micropython-common-breakouts.cmake Initial support for Encoder wheel breakout 2023-05-02 10:22:14 +01:00
micropython-common-ulab.cmake Cosmic Unicorn: Include ulab. 2023-02-21 12:52:46 +00:00
micropython-common.cmake PicoVector: Move polygon drawing to a new home. 2023-08-22 09:32:28 +01:00
micropython-cosmic_unicorn.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-enviro.cmake CI: Set MICROPY_BOARD_DIR in CI workflow. 2023-03-28 22:04:41 +01:00
micropython-galactic_unicorn.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-inky_frame.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-pico.cmake MicroPython: Don't include wireless pack in W builds. 2023-03-27 15:11:30 +01:00
micropython-picolipo_4mb.cmake MicroPython: Don't include wireless pack in W builds. 2023-03-27 15:11:30 +01:00
micropython-picolipo_16mb.cmake MicroPython: Don't include wireless pack in W builds. 2023-03-27 15:11:30 +01:00
micropython-picow.cmake MicroPython: Magic C++ allocator module. 2023-03-24 15:11:07 +00:00
micropython-stellar_unicorn.cmake PicoGraphics: Add support for PNG decoding. 2023-07-19 16:04:05 +01:00
micropython-tiny2040_8mb.cmake CI: Rename tiny2040 to tiny2040_8mb. 2024-04-11 17:01:21 +01:00
micropython-tufty2040.cmake PicoVector: Move polygon drawing to a new home. 2023-08-22 09:32:28 +01:00
test.cmake MicroPython: Tidy up CMake files for our boards. 2023-03-09 11:36:55 +00:00
util.hpp MicroPython: Add tracked alloc/free class helpers. 2023-03-16 13:25:19 +00:00