Revision 65ad9c7449205552ce1477f495b0c2281b19f447 authored by danne on 10 January 2017, 07:55:06 UTC, committed by danne on 10 January 2017, 07:55:06 UTC
2 parent s 01e8bb7 + c8ed1b9
Raw File
lcdsensor.h
#ifndef _lcdsensor_h_
#define _lcdsensor_h_

int get_lcd_sensor_shortcuts( void );
void lcd_release_step( void );
void display_lcd_remote_icon(int x0, int y0);

#endif
back to top