rgb: add initial rgb code
It initializes the rgb driver, and can write to its registers. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
6
sw/include/rgb.h
Normal file
6
sw/include/rgb.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _RGB_H_
|
||||
#define _RGB_H_
|
||||
|
||||
void rgb_init(void);
|
||||
|
||||
#endif /* _RGB_H_ */
|
Reference in New Issue
Block a user