ODROID C-2 i2c enable

Hello,
How to enable i2c on ODROID C2 ? is it compatible ?
i got plugged 16x2 LCD and the : i2cdetect -y 1

   0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --



dont show the lcd is plugged somewhere.

please help

marg
Assure that those packages are installed: G_AGI libi2c-dev i2c-tools
Then check that the kernel modules are loaded: lsmod
Also check whether the serial devices are available: ls -l /dev

Opened an issue on GitHub: https://github.com/MichaIng/DietPi/issues/2859

Is the HWCLOCKACCESS=YES line uncommented?

sargon
In which file/config?