Re: Hey I need help displaying something on an Arduino uno
That would depend on what language you're writing it in. C is easy (fprintf() would work), but if you're using assembly, you have to write an output routine that will take the message and put it out to whatever the output device is. (Arduino is hardware - you run whatever language you want on it.)