-
Notifications
You must be signed in to change notification settings - Fork 2
hnhoan edited this page Feb 4, 2014
·
12 revisions
- void LedMxBlink(LEDMXDEV *pDev, int OnOff);
- void LedMxCmd(LEDMXDEV *pDev, int CmdVal, int DevNo);
- void LedMxInit(LEDMXDEV *pDev, LEDMXCFG *pCfg);
- void LedMxIntensity(LEDMXDEV *pDev, int Level);
- int LedMxPixStrLen(LEDMXDEV *pDev, const char *pStr);
- void LedMxPrintAt(LEDMXDEV *pDev, int col, const char *pStr);
- void LedMxPrintCenter(LEDMXDEV *pDev, const char *pStr);
- void LedMxPrintf(LEDMXDEV *pDev, LEDMXPRTMODE Mode, const char *pFormat, ...);
- void LedMxvPrintf(LEDMXDEV *pDev, LEDMXPRTMODE Mode, const char *pFormat, va_list vl);
- void LedMxPrintLeft(LEDMXDEV *pDev, const char *pStr);
- void LedMxPrintRight(LEDMXDEV *pDev, const char *pStr);
- void LedMxSetRam(LEDMXDEV *pDev, unsigned RamAddr, char Data, int Len, int PanelNo);
- void LedMxWriteRam(LEDMXDEV *pDev, unsigned Addr, uint8_t const *pData, int Len, int DevNo);