2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-05 08:20:23 +00:00

9 Commits

Author SHA1 Message Date
ntruchsess
85dbe75c47 I2C_LCD:
- replace unicode-chars by corresponding html-entities
- remove direct update of state-reading (use stateFormat for that)

git-svn-id: https://svn.fhem.de/fhem/trunk@6722 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-10-09 11:20:55 +00:00
ntruchsess
e83daeb088 I2C_LCD:
Support for custom and special characters

- remove fixed replacements like ä => ae
- add attr replaceRegex for replacements needed by the used display
- add attr customChar0-7 for custom chars
- replace \x{XY} with char XY to access non ASCII and custom chars

git-svn-id: https://svn.fhem.de/fhem/trunk@6721 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-10-09 11:20:46 +00:00
ntruchsess
5f2fa6b4aa add $Id to make betateilchen happy
git-svn-id: https://svn.fhem.de/fhem/trunk@5927 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-05-21 21:56:37 +00:00
ntruchsess
bc2851ed36 I2C_LCD: shorten unnessesary long error msg
git-svn-id: https://svn.fhem.de/fhem/trunk@5497 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-09 11:54:06 +00:00
ntruchsess
6c82071b9c I2C_LCD fix setting attribute pinMapping
git-svn-id: https://svn.fhem.de/fhem/trunk@5496 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-09 11:48:49 +00:00
ntruchsess
3de34d0735 I2C_LCD: add attribute pinMapping
Merge branch 'I2C'

git-svn-id: https://svn.fhem.de/fhem/trunk@5492 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-08 23:01:18 +00:00
ntruchsess
ca0fd12c47 I2C_LCD: add attribute pinMapping (only parser, not realy working yet)
git-svn-id: https://svn.fhem.de/fhem/trunk@5406 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-04-01 16:54:12 +00:00
ntruchsess
db32d2a7e5 I2C_DS1307: new module, initial checkin'
git-svn-id: https://svn.fhem.de/fhem/trunk@5313 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-03-24 09:31:45 +00:00
ntruchsess
8bc3889a4a FRM: refactor I2C to support new hardware-independent interface, refactor and rename FRM_LCD to I2C_LCD
git-svn-id: https://svn.fhem.de/fhem/trunk@5273 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2014-03-21 12:54:48 +00:00