@jwc/jscad-raspberrypi 3.2.0 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/.vscode/settings.json +4 -1
  2. package/dist/examples/active-cooling-fan.jscad +210 -171
  3. package/dist/examples/bplus.jscad +209 -170
  4. package/dist/examples/bplus3.jscad +209 -170
  5. package/dist/examples/camera-module-v1.jscad +209 -170
  6. package/dist/examples/camera-module-v2.jscad +209 -170
  7. package/dist/examples/example.jscad +215 -176
  8. package/dist/examples/hat-standoff.jscad +209 -170
  9. package/dist/examples/hat.jscad +209 -170
  10. package/dist/examples/hq_camera-module.jscad +211 -172
  11. package/dist/examples/hyper-pixel-4-rectangular.jscad +2781 -0
  12. package/dist/examples/miniPiTFT.jscad +209 -170
  13. package/dist/examples/pi-tft22.jscad +209 -170
  14. package/dist/examples/pi-tft24 copy.jscad +2750 -0
  15. package/dist/examples/pi-tft24.jscad +209 -170
  16. package/dist/examples/pi4.jscad +210 -171
  17. package/dist/examples/pi5.jscad +215 -179
  18. package/dist/examples/spacer.jscad +209 -170
  19. package/dist/index.js +112 -125
  20. package/dist/v1compat.js +112 -125
  21. package/examples/active-cooling-fan.jscad +1 -1
  22. package/examples/example.jscad +6 -6
  23. package/examples/hq_camera-module.jscad +2 -2
  24. package/examples/hyper-pixel-4-rectangular.jscad +10 -0
  25. package/examples/pi4.jscad +1 -1
  26. package/examples/pi5.jscad +6 -9
  27. package/package.json +3 -3
  28. package/prettier.config.js +7 -0
  29. package/src/active-cooling-fan.js +0 -139
  30. package/src/boardutils.js +11 -4
  31. package/src/bplus.js +102 -62
  32. package/src/hq_camera-module.js +24 -20
  33. package/src/hyper-pixel-4-rectangular.js +58 -0
  34. package/src/index.js +2 -1
  35. package/src/miniPiTFT.js +1 -1
  36. package/src/rpi-parts.js +23 -5
@@ -18,5 +18,8 @@
18
18
  "titleBar.inactiveBackground": "#83256199",
19
19
  "titleBar.inactiveForeground": "#e7e7e799"
20
20
  },
21
- "peacock.color": "#832561"
21
+ "peacock.color": "#832561",
22
+ "cSpell.words": [
23
+ "statusled"
24
+ ]
22
25
  }