#ifndef _WWLCDPanelP_h_INCLUDED_ #define _WWLCDPanelP_h_INCLUDED_ /*****************************************************************************/ /* ここから */ /*****************************************************************************/ #include "WWLCDPanel.h" /*****************************************************************************/ /* クラスの定義 */ /*****************************************************************************/ typedef struct _WWLCDPanel { int width; int height; /* 16色のカラー情報.1バイトで2ピクセル分の情報を持つ */ unsigned char * pixel; } _WWLCDPanel; /*****************************************************************************/ /* ここまで */ /*****************************************************************************/ #endif /*****************************************************************************/ /* End of File. */ /*****************************************************************************/