2020-08-13 1:50 AM
Is there any code to convert uint32_t data type to Char array data type so it can be used for display in LCD?
Solved! Go to Solution.
2020-08-13 3:16 AM
sprintf ?
2020-08-13 3:13 AM
use unions in c language
2020-08-13 3:16 AM
sprintf ?
2020-08-13 7:24 PM
yes i just found it last night.. Thanks.
2020-08-13 7:24 PM
Thanks, I haven't try this method.