Imag_TFT.h 391 Bytes
Newer Older
时昊's avatar
时昊 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
#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