pimoroni-pico/libraries
Phil Howard bd3651d97d Pico RGB Keypad: Refactor to class.
Because `mp_tracked_calloc` does not survive a soft reset but the memory region will, resulting in half-initialised frankenclasses that behave unpredictably.

Using the class pattern fixes this since it's always guaranteed to be initialised when a user instantiates it, and __del__ can handle cleanup.
2023-03-16 13:25:19 +00:00
..
adcfft
automation2040w
badger2040
bitmap_fonts PicoGraphics: Switch to string_view. 2023-03-16 13:25:19 +00:00
breakout_as7262
breakout_bh1745
breakout_dotmatrix
breakout_encoder
breakout_ioexpander
breakout_ltr559
breakout_matrix11x7
breakout_mics6814
breakout_msa301
breakout_paa5100
breakout_pmw3901
breakout_potentiometer
breakout_rgbmatrix5x5
breakout_rtc
breakout_sgp30
breakout_trackball
cosmic_unicorn Cosmic: update C/C++ function reference 2023-02-27 15:09:58 +00:00
galactic_unicorn Galactic Unicorn: Add support for P4 and P8 pen modes. 2023-02-27 20:00:17 +00:00
gfx_pack
hershey_fonts Hershey Fonts: Replace map lookup to avoid std::string. 2023-03-16 13:25:19 +00:00
inky_frame
inky_frame_7 Inky 7.3: C++ library and JPEG example compatibility. 2023-02-22 14:34:25 +00:00
interstate75 Made edits from review 2023-02-22 11:41:05 +00:00
inventor2040w
jpegdec JPEGDEC: Clip drawing to iWidthUsed. 2022-12-14 18:42:03 +00:00
motor2040
pico_display
pico_display_2
pico_explorer
pico_graphics Hershey Fonts: Replace map lookup to avoid std::string. 2023-03-16 13:25:19 +00:00
pico_motor_shim
pico_rgb_keypad Pico RGB Keypad: Refactor to class. 2023-03-16 13:25:19 +00:00
pico_scroll
pico_synth Removed const from picosynth volume 2022-12-08 17:19:35 +00:00
pico_unicorn
pico_wireless
plasma2040
plasma_stick
servo2040
tufty2040
CMakeLists.txt Inky 7.3: C++ library and JPEG example compatibility. 2023-02-22 14:34:25 +00:00