https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 31ab074af00c14950d6d134ed8c4844df642f7e5 authored by Daniel Fort on 29 November 2017, 06:01:28 UTC
Closed branch tft_lcd_all_platforms
Tip revision: 31ab074
greenscreen.h
#ifndef _GREENSCREEN_H_
#define _GREENSCREEN_H_

/**
 * Runs one cycle of the green screen code
 */
void green_screen_step();

#endif
back to top