RGB565 Native Decoding Support
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef RGB_H
|
||||
#define RGB_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void decode_rgb565(const uint16_t*, const int, const int, uint8_t*);
|
||||
|
||||
#endif /* end of include guard: RGB_H */
|
||||
Reference in New Issue
Block a user