16 lines
389 B
C
16 lines
389 B
C
|
|
#ifndef __DRV_ILI9341_LCD_IMAGE_MODESELECT0831_H
|
||
|
|
#define __DRV_ILI9341_LCD_IMAGE_MODESELECT0831_H
|
||
|
|
|
||
|
|
#include "stdint.h"
|
||
|
|
|
||
|
|
#define UI_MODE0831_ROW_W 180
|
||
|
|
#define UI_MODE0831_ROW_H 52
|
||
|
|
|
||
|
|
extern const unsigned char gImage_Mode0831_Universal_Row_180_52[];
|
||
|
|
|
||
|
|
extern const unsigned char gImage_Mode0831_Normal_Row_180_52[];
|
||
|
|
|
||
|
|
extern const unsigned char gImage_Mode0831_Expert_Row_180_52[];
|
||
|
|
|
||
|
|
#endif
|