Sylvain Munaut 1289f6eefc cores/misc: Rename 'misc' to 'no2misc' to prepare split 4 år sedan
..
doc ea5c7c23a8 cores/hub75: Fix typo in documentation of pixel format 5 år sedan
rtl 4a8d75283b cores/hub75: Allow to use several PHY in parallel (multiple control signal) 5 år sedan
sim b94f88978d cores/hub75: Add support for the FM6126 init sequence 5 år sedan
sw 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 år sedan
Makefile 668a2e3606 build: Update build logic to prepare for split and out-of-tree build 4 år sedan
README.md 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 år sedan
no2core.mk 1289f6eefc cores/misc: Rename 'misc' to 'no2misc' to prepare split 4 år sedan

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)