ErichStyger / mcuoneclipse

McuOnEclipse Processor Expert components and example projects
Other
731 stars 1.29k forks source link

Add a makefile, gamma correction and patterns #35

Closed Muriukidavid closed 7 years ago

Muriukidavid commented 7 years ago

Add a makefile for building the project without an IDE Add gamma correction table generator c file and a rule to build it using gcc in the makefile Add a gamma correction generated table in DMAPixel.c and use it in Colors.h to pack RGB colors into 24bit bitstream Add some LED pattern routines and Random Number Generator in DMAPixel.c