IR thermal camera wireling overlay

Started by ahobbes, December 17, 2019, 01:31:11 PM

Previous topic - Next topic

ahobbes

*
Newbie
Posts: 1
Logged
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
Location: north
Logged
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