Sylvain Munaut b94f88978d cores/hub75: Add support for the FM6126 init sequence 5 лет назад
..
doc ea5c7c23a8 cores/hub75: Fix typo in documentation of pixel format 5 лет назад
rtl b94f88978d cores/hub75: Add support for the FM6126 init sequence 5 лет назад
sim b94f88978d cores/hub75: Add support for the FM6126 init sequence 5 лет назад
sw 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 лет назад
Makefile 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 лет назад
README.md 84d58fd430 cores/hub75: Import of the HUB75 LED Panel driver IP cores 6 лет назад
core.mk b94f88978d cores/hub75: Add support for the FM6126 init sequence 5 лет назад

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)