diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 2a55ab3..95db615 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -325,4 +325,9 @@ unsigned CMiniDexedHDMI::GetChunk(u32 *pBuffer, unsigned nChunkSize) #endif return(nResult); -}; \ No newline at end of file +}; + +void CMiniDexed::LCDWrite (const char *pString) +{ + m_LCD.Write (pString, strlen (pString)); +} \ No newline at end of file