RGB565 Native Decoding Support

This commit is contained in:
Ishotihadus
2018-05-26 21:42:02 +09:00
parent 363c9b01d4
commit e07f6ae46b
4 changed files with 49 additions and 9 deletions
+8
View File
@@ -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 */