probonopd 3 years ago committed by GitHub
parent a5395c978c
commit 85769a3f4e
  1. 7
      src/minidexed.cpp

@ -325,4 +325,9 @@ unsigned CMiniDexedHDMI::GetChunk(u32 *pBuffer, unsigned nChunkSize)
#endif
return(nResult);
};
};
void CMiniDexed::LCDWrite (const char *pString)
{
m_LCD.Write (pString, strlen (pString));
}
Loading…
Cancel
Save