lcd4linux: allow to switch umlauts conversion

Origin commit data
------------------
Commit: 4a7696b404
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-24 (Tue, 24 May 2016)

Origin message was:
------------------
- lcd4linux: allow to switch umlauts conversion
This commit is contained in:
vanhofen
2016-05-24 10:32:02 +02:00
parent e462129c2b
commit 384d73b425
12 changed files with 24 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ class CLCD4l
void StopLCD4l();
void SwitchLCD4l();
int CreateFile(const char *file, std::string content = "", bool convert = true);
int CreateFile(const char *file, std::string content = "", bool convert = false);
int RemoveFile(const char *file);
private: