how can i send hindi text message to arduino to print on ledp10 module.
I moved your topic to an appropriate forum category @piyoosh.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
AFAIK the compiler uses UTF-8 to encode all Unicode characters.
That module must be capable of showing hindi characters. Look for such a display with Arduino library and find out which character encoding it accepts.
This project:
uses this library file (SystemFont5x7.h) to draw 5x7 LED characters (in columns)
and this library file for 10x16 matrix:
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.