2,852
社区成员




IDISPLAY_FillRect(pMe->m_pIDisplay, &pMe->m_rcRect, MAKE_RGB(255, 0, 0));
if (pMe->m_szText)
{
IDISPLAY_DrawText(pMe->m_pIDisplay, AEE_FONT_NORMAL, pMe->m_szText, -1, 0, 0, &pMe->m_rcRect, IDF_ALIGN_MIDDLE | IDF_ALIGN_CENTER);
}
IDISPLAY_Update(pMe->m_pIDisplay);