Today I just started using Arduino. It is really great. But forgive me when I am asking something totally stupid.
I am using the manual Getting started with Arduino. I am making the last example 'Arduino Networked Lamp'. In this project I need Processing and Arduino IDE working together. So I have two sketches. In the sketch for processing it says:
font = loadFont("HelveticaNeue-Bold-32.vlw");
The book explains that the font in processing should be like this otherwise Arduino ide can't read it. The problem is that processing hasn't got a helvetica font. And I searched internet about this problem but can't find a solution.
Does anybody know a solution?
Thnx!!
