flyoob / NanoVNA-F

NanoVNA-F, NanoVNA-Fairy, FreeRTOS version of TTRFTECH's NanoVNA.
GNU General Public License v3.0
163 stars 55 forks source link

Enhancement: capture command for screenshots #9

Open mihtjel opened 4 years ago

mihtjel commented 4 years ago

The NanoVNA-H firmware and variants has a "capture" command which returns the raw screen data, which can be used to make screenshots of the device. I'm adding support for this to NanoVNA-Saver. If you were to add a similar facility to the NanoVNA-F firmware, I would want to support this as well. :-)

mihtjel commented 4 years ago

I see that a capture command has been added. However, it seems to send erroneous data: Cyan is sent the same way as white, ie. as 0xFFFF. I think that's a bug?