1. 28 9月, 2023 2 次提交
  2. 08 9月, 2023 1 次提交
  3. 01 9月, 2023 1 次提交
  4. 31 8月, 2023 1 次提交
    • D
      Added CM4 model check to IsPi4 (#2125) · e73bcac8
      Daniel-Foley 提交于
      CM4 needs to be handled the same way as a pi4. Right now, due to the device model of a CM4 being "Raspberry Pi Computer Module 4" it is being treated as a pi3. This causes a problem with the pin mapping and prevents the CM4 from having it's input/output and pullup/pulldown changed on OpenPin().
      e73bcac8
  5. 24 8月, 2023 1 次提交
  6. 19 8月, 2023 1 次提交
  7. 18 8月, 2023 1 次提交
  8. 16 8月, 2023 3 次提交
  9. 11 8月, 2023 1 次提交
    • T
      Add new display device - Pimoroni Four letter phat display (#2118) · c64c3802
      t1mr0dg3r5 提交于
      * Baseline commit
      
      * Completed baseline. Fonts and fullstop need tidy
      
      * Update README.md
      
      * Update README.md
      
      Fixed issues with Markdown on windows build
      
      * Fist set of comments partially addressed
      
      - Letter B Fixed
      - Console output removed
      - Changed accessibility for unnecessary public write method
      - Added '.' do degrees display in sample
      - removed no longer require IFourteenSegmentDisplay interface
      - intenalised FontHelper.cs (added WriteHex and WriteChar to display.
      TO-DO:
      - Fix more chars in Font14.cs
      - Fix broken WirteChar
      
      * WriteChar and WriteHex fixed. html removed from md
      
      * Font improvements
      
      * Removed commented out code
      
      * Update README.md
      
      Fix broken link
      
      * Update README.md
      
      MD markup creates too large an image. Reverted to html...
      
      ---------
      Co-authored-by: Ntimrodgers <tim@rodgers.uk.net>
      c64c3802
  10. 05 8月, 2023 1 次提交
  11. 01 8月, 2023 1 次提交
  12. 21 7月, 2023 8 次提交
  13. 20 7月, 2023 2 次提交
  14. 17 7月, 2023 1 次提交
  15. 14 7月, 2023 3 次提交
  16. 13 7月, 2023 1 次提交
  17. 11 7月, 2023 1 次提交
  18. 08 7月, 2023 1 次提交
  19. 29 6月, 2023 1 次提交
  20. 16 6月, 2023 1 次提交
  21. 08 6月, 2023 1 次提交
  22. 06 6月, 2023 1 次提交
  23. 05 6月, 2023 1 次提交
    • P
      Remove image sharp (#2069) · ded7ddff
      Patrick Grawehr 提交于
      * Create new SkiaSharpAdapter project
      
      This is an adapter that uses SkiaSharp as Bitmap handling backend
      
      * Create new image abstraction layer
      
      BitmapImage is the new abstract bitmap type.
      Changed most bindings to use the new type, and also changed
      bindings to use System.Drawing again for those types that will
      still be supported on all platforms (Color, Size, Rectangle, Point)
      
      * Disable warnings to make intermediate version build
      
      * Make test compile temporarily
      ded7ddff
  24. 01 6月, 2023 1 次提交
  25. 18 5月, 2023 2 次提交
    • J
    • P
      First draft for new ComponentInformation support (#1965) · 2460cd3d
      Patrick Grawehr 提交于
      * First draft for new ComponentInformation support
      
      * Support SPI busses in ComponentInformation
      
      * Implementation of QueryComponentInformation for all core object types
      
      * Fix tests (Can have more than one SPI device for the same set of pins)
      
      * Disable kernel creation
      
      Due to the code changes, the kernel grew to big,
      will attempt to fix that later
      
      * Remove ComponentState.cs, as usage is still unclear
      
      * Prevent infinite recursion while iterating the tree
      
      In case there's a loop in it
      
      * Provide OpenPins list from base class
      
      And keep separate list in ManagedGpioController, so we don't
      need to expose the list.
      
      * Fix baseline compatibility errors
      
      * Event will eventually be added later
      
      * Add comment that this API is subject to change
      
      * Add ComponentInformation specifics for FtDevice
      2460cd3d
  26. 17 4月, 2023 1 次提交