https://bitbucket.org/hudson/magic-lantern
Raw File
Tip revision: a5ecb6a34311730f402447f030ae3b4f571fe592 authored by a1ex on 19 June 2016, 18:14:56 UTC
Close branch Windows-port.
Tip revision: a5ecb6a
vectorscope.h
#ifndef __VECTORSCOPE_H_
#define __VECTORSCOPE_H_
int vectorscope_should_draw();
void vectorscope_request_draw(int flag);
void vectorscope_start();
void vectorscope_pixel_step(int Y, int U, int V);
void vectorscope_redraw();
#endif
back to top