no-OS
Loading...
Searching...
No Matches
no_os_display.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef _NO_OS_DISPLAY_H_
35#define _NO_OS_DISPLAY_H_
36
37#include <stdint.h>
38
42int32_t no_os_row_major_to_column_major_8bits(uint8_t *, uint8_t *, int, int);
43
44#endif // _NO_OS_DISPLAY_H_
int32_t no_os_row_major_to_column_major_8bits(uint8_t *, uint8_t *, int, int)
Converts a 2D array from row-major to column-major format on 8 bits MONOCHROME display.