IR thermal camera wireling overlay

ahobbes

  • Newbie
  • *
    • Posts: 1
    • View Profile
Hello!

I’ve been experimenting with the IR thermal camera and my tinyscreen+.

The code from tinyjohn has helped me a lot. However, I’m trying to overlay simple graphics onto the IR image displayed on my tinyscreen. Just a static triangle. Can anyone help me out with a start to how I would code this?

Here is a link to tinyJohn’s post.

http://forum.tinycircuits.com/index.php?action=recent;start=60

Thanks!


littlejohn

  • Jr. Member
  • **
    • Posts: 7
  • hello there
    • View Profile
So you would draw it after everything else. You could use writePixel, drawPixel, drawLine, drawRect... etc..

For maximum framerate, you could 'draw it yourself' in the offscreen buffer before it gets copied to the screen.


 

SMF spam blocked by CleanTalk