#include "TYW_stdint.h"
#ifndef IMAG_TFT_H_
        #define IMAG_TFT_H_

    #include "PIC_Comm.h"

    #ifdef INNER_PIC_ON

        #pragma ghs         startdata
        #pragma ghs section rodata = ".ROM_IMAGE0"

        #include "InnerPicindex.h"

        #pragma ghs section rodata = default
        #pragma ghs         enddata

    #else

     #include "PicIndex.h"

    #endif

#endif