Problem with example in Getting Started Manual


today started using arduino. great. forgive me when asking totally stupid.
i using manual getting started arduino. making last example 'arduino networked lamp'. in project need processing , arduino ide working together. have 2 sketches. in sketch processing says:
font = loadfont("helveticaneue-bold-32.vlw");

the book explains font in processing should otherwise arduino ide can't read it. problem processing hasn't got helvetica font. , searched internet problem can't find solution.
does know solution?
thnx!! :)

the actual font isn't critical, try replacing:
 font = loadfont("helveticaneue-bold-32.vlw");  
with
 font = createfont("arial.bold", 32);

have fun!


Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > Problem with example in Getting Started Manual


arduino

Comments