You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
ok!
is there a simplier way to draw?
can i draw with drawString only one letter in an image?
i prefer the way you use a font with a picture than use x, space and carrier return...to draw my font... it look like in Arduino.well and after using
drawImage
i suppose i have to paste the drawing withg.drawImage(img,0,0)
?
can i overlapping ?
0+1 = 1
1+1 = 0
1+0 = 1
?in Photoshop it's call "product" mode. black is transparent (0), white is opaque (1)
é.
Hi - I'm afraid right now drawString won't handle any kind of overlap at all :( What I'd suggest is maybe drawImage? There's a neat function called
createImage
: http://www.espruino.com/Reference#l_Graphics_createImageSo you could do:
Then create your own drawString function?