├── 3D ├── bbServerV2.stl ├── bbServer_mirrorV2.dxf └── bbServer_trans.dxf ├── IMG └── bbServer.JPG ├── Python ├── adaoled.py ├── demo.py ├── fonts │ ├── Jorolks.ttf │ ├── PixelCorebb.ttf │ └── Seledom.otf ├── icons │ ├── performance.png │ ├── steve16.png │ ├── steve24.png │ └── steve32.png ├── mc.py └── neopixel.py ├── README.md └── bbServer.sh /3D/bbServerV2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/3D/bbServerV2.stl -------------------------------------------------------------------------------- /3D/bbServer_mirrorV2.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/3D/bbServer_mirrorV2.dxf -------------------------------------------------------------------------------- /3D/bbServer_trans.dxf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/3D/bbServer_trans.dxf -------------------------------------------------------------------------------- /IMG/bbServer.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/IMG/bbServer.JPG -------------------------------------------------------------------------------- /Python/adaoled.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/adaoled.py -------------------------------------------------------------------------------- /Python/demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/demo.py -------------------------------------------------------------------------------- /Python/fonts/Jorolks.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/fonts/Jorolks.ttf -------------------------------------------------------------------------------- /Python/fonts/PixelCorebb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/fonts/PixelCorebb.ttf -------------------------------------------------------------------------------- /Python/fonts/Seledom.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/fonts/Seledom.otf -------------------------------------------------------------------------------- /Python/icons/performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/icons/performance.png -------------------------------------------------------------------------------- /Python/icons/steve16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/icons/steve16.png -------------------------------------------------------------------------------- /Python/icons/steve24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/icons/steve24.png -------------------------------------------------------------------------------- /Python/icons/steve32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/icons/steve32.png -------------------------------------------------------------------------------- /Python/mc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/mc.py -------------------------------------------------------------------------------- /Python/neopixel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/Python/neopixel.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/README.md -------------------------------------------------------------------------------- /bbServer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RealCorebb/bbServer/HEAD/bbServer.sh --------------------------------------------------------------------------------