Wykres commitów

  • b969631d19 PicoVector: Polygon iter interface. Phil Howard 2023-08-16 15:01:49 +0100
  • af0bed0bf4 PicoVector: Matrix transforms and polygon type. Phil Howard 2023-08-16 13:10:53 +0100
  • 48db4d2537 PicoVector: Experimental matrix transforms. Phil Howard 2023-08-15 17:34:46 +0100
  • ddc3e41011 PicoVector: Bugfixes and font/aa options. Phil Howard 2023-08-15 15:36:52 +0100
  • 817b9c2f41 PicoVector: Vector anti-aliasing support. Phil Howard 2023-08-15 14:25:55 +0100
  • f26a939fc3 PicoVector: Text wrap support. Phil Howard 2023-08-15 11:42:19 +0100
  • caf0b54d0d PicoVector: Better separation of concerns, add Alright Fonts support. Phil Howard 2023-08-14 15:58:40 +0100
  • 6ee4dee52d PicoVector: Move polygon drawing to a new home. Phil Howard 2023-08-08 17:06:40 +0100
  • b9e0efeace Tufty 2040: Basic pretty polygon example. Phil Howard 2023-08-04 11:54:49 +0100
  • 2c1e33c817 PicoGraphics: Use std:: prefix, fix some type issues. Phil Howard 2023-05-25 12:10:49 +0100
  • 47ae0b3ff4 PicoGraphics: Various compile warning fixes for Pretty Poly. Phil Howard 2023-05-25 11:51:12 +0100
  • d710bed82d PicoGraphics: Experimental Pretty Poly bring-up. Phil Howard 2022-09-16 15:19:20 +0100
  • b82d16e8ae
    Merge pull request #817 from pimoroni/feature/pico-explorer-pins Philip Howard 2023-08-15 15:52:51 +0100
  • 095122c606
    Merge pull request #816 from pimoroni/helgibbons-patch-1 Hel Gibbons 2023-08-14 12:42:36 +0100
  • 211e0aa618 DV Display: Fix unaligned read across page boundary dv_stick Mike Bell 2023-07-15 16:33:04 +0100
  • b8116fc371 DV Display: Ability to load sprites in native format Mike Bell 2023-07-12 23:42:37 +0100
  • 0cfcb22aa4 DV Display: Add sprite test to cmake Mike Bell 2023-07-12 22:53:20 +0100
  • 3cdfe558e8 DV Display: Ability to specify sprite blend mode Mike Bell 2023-07-12 22:01:03 +0100
  • 103228a88d DV Display: Sprites in palette mode Mike Bell 2023-07-12 21:52:01 +0100
  • 3a5f069ec1 DV Display: Fix clear sprite, fix tearing Mike Bell 2023-07-11 23:07:09 +0100
  • 765b8a6226 DV Display: Begin exposing sprites Mike Bell 2023-07-10 23:30:02 +0100
  • 3c2c7ccc94 DV Display: Support multiple scroll offsets Mike Bell 2023-07-01 00:03:11 +0100
  • b9cd998709 DV Display: Allow scrolling by single pixel in x coordinate Mike Bell 2023-06-30 00:19:36 +0100
  • 1a54f7b77d DV Display: Ability to specify a larger frame than the display, and scroll it Mike Bell 2023-06-29 20:39:42 +0100
  • 8f78e3d6bc DV Display: Switch SWD loader back to pio0 to avoid conflict with wifi Mike Bell 2023-06-29 10:09:38 +0100
  • a396512e7f DV Display: Expose reset functionality Mike Bell 2023-06-28 22:48:03 +0100
  • 9a0b21d417 DV Display: Fix palette error Mike Bell 2023-06-28 22:34:31 +0100
  • e9779fc0e7 DV Display: Probable fix for frame corruption Mike Bell 2023-06-28 20:03:40 +0100
  • 559ce08e04 DV Display: Fix C++ examples Mike Bell 2023-06-28 19:47:59 +0100
  • cbc05863c0 DV Display: Claim unused channels and SMs. Phil Howard 2023-06-28 13:31:23 +0100
  • 7d8bbf5c08 DV Display: Claim DMA channels and cleanup unused pio_prog. Phil Howard 2023-06-28 11:11:16 +0100
  • 7e9f16d80c DV Display: Pixel doubled palette mode Mike Bell 2023-06-27 23:00:30 +0100
  • 4b57162c06 DV Display: External I2C interface option Mike Bell 2023-06-27 18:34:14 +0100
  • de4aaa80b6 DV Display: Refactor pio usage with mutex program loader. Phil Howard 2023-06-27 12:17:31 +0100
  • 4afe062d19 MicroPython: Make DV display us fixed pio/dma. Phil Howard 2023-06-26 16:13:35 +0100
  • 3bc215074c Make it possible to derive from DVDisplay if you want to do fancy things with the frame header Mike Bell 2023-06-22 23:17:43 +0100
  • a6bd626334 RGB888 JPEG decode (implemented in some cases only) Mike Bell 2023-06-03 17:51:03 +0100
  • 575e806cc8 Remove unnecessary data from JPEG range tables Mike Bell 2023-06-03 17:01:42 +0100
  • be943bd5a0 Fix build Mike Bell 2023-06-03 12:45:47 +0100
  • daf7232024 Limited support for palette and RGB888 modes Mike Bell 2023-06-03 12:25:43 +0100
  • a7435c6a5e GPIO High and palette mode support Mike Bell 2023-05-24 00:30:51 +0100
  • 5a6aa0186c Add EDID decoder Mike Bell 2023-05-21 22:07:50 +0100
  • 360588ff67 LED control Mike Bell 2023-05-21 20:57:11 +0100
  • 4ed1d61336 Ability to read EDID Mike Bell 2023-05-21 00:30:22 +0100
  • 31b480d138 Support for half resolutions (pixel/line doubling in the driver) Mike Bell 2023-05-19 19:40:42 +0100
  • c7049f4ff1 Ability to choose the resolution for the display Mike Bell 2023-05-18 20:40:26 +0100
  • 1d8c836635 Read button state from display driver Mike Bell 2023-05-18 18:35:52 +0100
  • e295e69c72 Slideshow from jpegs in SD card directory Mike Bell 2023-05-17 23:17:37 +0100
  • 5971bc9ad8 Streamline RAM writes Mike Bell 2023-05-17 21:22:09 +0100
  • a1caa9495c Buffer sequential writes Mike Bell 2023-05-17 20:45:26 +0100
  • f4b8bc9025 Fix Micropython build Mike Bell 2023-05-16 23:01:00 +0100
  • 2e8632f2b6 Use rescue DP to always get driver into a known state before load, boot via watchdog, better logging from driver. Mike Bell 2023-05-16 11:14:03 +0100
  • da36b0ad32 Load DV Stick Driver over SWD. Currently unreliable. Mike Bell 2023-05-14 22:51:48 +0100
  • 9acc270418 Growing circles - runs at 30FPS Mike Bell 2023-05-09 23:29:01 +0100
  • 5f8e7556f0 Begin DV Stick display driver Mike Bell 2023-05-09 22:32:33 +0100
  • a7efef0049
    Merge pull request #815 from pimoroni/toolchain_env Philip Howard 2023-08-14 12:27:44 +0100
  • 5a5786d066
    Merge pull request #812 from simonprickett/add-gfx-pack-carbon-intensity Hel Gibbons 2023-08-14 11:01:25 +0100
  • 710863099d Another go at the linter. Simon Prickett 2023-08-14 10:40:43 +0100
  • 316957c263 Import order changed. Simon Prickett 2023-08-12 13:39:18 +0100
  • 9b18ed2594 Further linter checks after running pylint in VSCode. Simon Prickett 2023-08-12 13:38:25 +0100
  • 658025a99b Linter issues. Simon Prickett 2023-08-12 13:33:03 +0100
  • fef22530ea
    Galactic Unicorn: add link Hel Gibbons 2023-08-11 16:38:33 +0100
  • fc28845fb9 * Fix out of box failure when ARM toolchain is not in path toolchain_env Angus Logan 2023-06-19 10:08:57 +0100
  • 688c44ebe7 Pico W Explorer: update servo & audio examples helgibbons 2023-08-10 17:22:41 +0100
  • 5c9565b419 Pico W Explorer: add examples helgibbons 2023-08-10 17:12:55 +0100
  • 14c7f6c9c8
    fix: Only set time if the wlan is connected Andrew Wilkinson 2023-08-10 15:58:52 +0100
  • 14eabf360f Adds carbon intensity graph example. Simon Prickett 2023-08-07 22:47:01 +0100
  • fe805a711a Adds carbon intensity graph example. Simon Prickett 2023-08-07 22:46:55 +0100
  • d93839d56a
    Merge pull request #793 from awjlogan/enviro-tidy v1.20.4 Philip Howard 2023-08-04 10:43:06 +0100
  • e1527c44d5
    Merge pull request #811 from pimoroni/feature/rotation Philip Howard 2023-08-04 10:42:17 +0100
  • 4ad6df5cc3 PNGDEC: Rotation support. feature/rotation Phil Howard 2023-08-02 14:11:52 +0100
  • 004c8de8eb Bitmap Fonts: Add rotation support. Phil Howard 2023-07-31 17:21:44 +0100
  • 3639b46881
    Merge pull request #810 from pimoroni/patch-linting Philip Howard 2023-08-03 16:25:01 +0100
  • b744f78a46 CI: Fix linting issues. patch-linting Phil Howard 2023-07-31 17:29:51 +0100
  • 5bc85c0e6d
    Merge pull request #797 from North101/main Philip Howard 2023-08-03 15:56:33 +0100
  • 6bd5a445ba
    Merge pull request #809 from makosa-irvin/main ZodiusInfuser 2023-08-03 15:35:43 +0100
  • 6306d5e753 Minor formatting changes Irvin 2023-08-03 15:26:24 +0100
  • f0bfc7c13b Improved readability Irvin 2023-08-03 15:19:01 +0100
  • e1e467185a Minor changes on the unicorns Irvin 2023-08-03 15:03:55 +0100
  • 7e65c15cfb Reduced flickering Irvin 2023-08-03 14:01:29 +0100
  • 462724210c Modified the calculate_brightness function to reduce flickering on gu Irvin Makosa 2023-08-02 23:33:15 +0100
  • 8e8bf28bf5 PNGDEC: Rotation support. dev Phil Howard 2023-08-02 14:11:52 +0100
  • d347501da0 CI: Fix linting issues. Phil Howard 2023-07-31 17:29:51 +0100
  • 0b0474e062 Added light sensor example to the su Irvin Makosa 2023-08-02 01:15:38 +0100
  • 90a2076b7b display percentage icon Irvin Makosa 2023-08-02 00:56:16 +0100
  • e14903dd27 Added light sensor example on cu Irvin Makosa 2023-08-02 00:43:48 +0100
  • f06d1035a4 Modified gu readme Irvin Makosa 2023-08-01 22:59:03 +0100
  • d0c40af766
    Merge pull request #807 from makosa-irvin/main Hel Gibbons 2023-08-01 12:35:44 +0100
  • 439b97d96e
    Merge pull request #806 from pimoroni/helgibbons-patch-1 Hel Gibbons 2023-08-01 09:51:48 +0100
  • 8bb5e17e65 Fixed minor formatting issues Irvin Makosa 2023-08-01 00:34:39 +0100
  • b8cdff8f4f Added light sensor example with auto brightness feature Irvin 2023-07-31 17:31:02 +0100
  • eb31f9b043
    Add link Hel Gibbons 2023-07-31 17:28:52 +0100
  • 8dd4c92974 Merge branch 'driver/as7343' into dev Phil Howard 2023-07-31 17:24:06 +0100
  • f6eadaef69 Merge branch 'feature/pico-explorer-pins' into dev Phil Howard 2023-07-31 17:23:53 +0100
  • 1ee5501220 Merge branch 'patch/bitmap-font-rotation' into dev Phil Howard 2023-07-31 17:23:19 +0100
  • dfb3810c73 Bitmap Fonts: Add rotation support. patch/bitmap-font-rotation Phil Howard 2023-07-31 17:21:44 +0100
  • b368950f02 PicoGraphics: Add Pico W Explorer SPI pins. feature/pico-explorer-pins Phil Howard 2023-07-27 17:12:09 +0100
  • 51574f839d
    Merge pull request #802 from pimoroni/feature/pngdec Philip Howard 2023-07-27 11:01:40 +0100
  • dfbc236612 AS7343: Tufty 2040 spectrometer example. Phil Howard 2023-07-26 13:52:17 +0100
  • 6a54e748b3 AS7343: MicroPython bindings. Phil Howard 2023-07-25 13:57:01 +0100