In these 3 files: * [LCDI2C_Katakana.h](https://github.com/locple/LCDI2C_Multilingual/blob/ff101ecadb053d27a1cd9c45856d2bfeb2306236/src/LCDI2C_Katakana.h#L90) * [LCDI2C_Katakana_Symbols.h](https://github.com/locple/LCDI2C_Multilingual/blob/ff101ecadb053d27a1cd9c45856d2bfeb2306236/src/LCDI2C_Katakana_Symbols.h#L37) * [LCDI2C_Katakana_Vietnamese.h](https://github.com/locple/LCDI2C_Multilingual/blob/ff101ecadb053d27a1cd9c45856d2bfeb2306236/src/LCDI2C_Katakana_Vietnamese.h#L38) are extra characters that follows the `#endif` directive. For example line 90: <img width="452" height="123" alt="Image" src="https://github.com/user-attachments/assets/1d9b05b2-8229-4b62-ae85-b03c9588068e" /> It is obvious that it should be a comment: ``` #endif // LCDI2C_Katakana_h ``` Please correct, thank you :-)