Sylvain Munaut 68ac87f6c4 Update the vim modeline to be closer to top of file 6 years ago
..
doc 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 years ago
rtl 68ac87f6c4 Update the vim modeline to be closer to top of file 6 years ago
sw 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 years ago
Makefile 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 years ago
README.md 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 years ago
core.mk 4ff7a37b90 cores/hub75: Added a PHY module to contain all the IOB instances 6 years ago

README.md

HUB75 LED Panel driver IP core

This core allows to drive LED panel chains using the 'classic' HUB75 protocol. The default top level contains a frame buffer but it's also possible to re-use the lower level components to drive a display without the need for a full frame buffer and just generate the pixel data 'just-in-time'.

The LEDS are modulated using Binary Coded Modulation which allow to efficiently vary their intensity efficiently. This video by Mike Harisson explains the concept of BCM very well.

The geometry of the panel and various aspecs are fully configurable through parameters given to the cores.

See the doc/ directory for more information about the internals of this core.

This core is licensed under the GNU Lesser General Public v3 (see LICENSE.lgpl3)