sharky5102 / fbmatrix

Framebuffer RGB matrix driver for Raspberry pi
BSD 2-Clause "Simplified" License
10 stars 4 forks source link

common is missing #5

Open Overboard-code opened 2 years ago

Overboard-code commented 2 years ago

I see import common and uses of common.xxxxx() in a few places But there is no file common.py file

MikeDaBird commented 5 months ago

Bumping this issue, almost 2 years later. There doesn't seem to be a module called "common" anywhere and makes it impossible to run this library. Unless I'm missing something with my install (fresh Raspberry Pi 3 latest OS for it) following the current given instructions results in the error: line 51, in <module> import common ModuleNotFoundError: No module named 'common'

Looking forward to use this library for my project, however this is a huge roadblock. Hopefully a fix can be found soon as this is so far the only FrameBuffer matrix library I found using GPU rendering and not CPU to render the matrices