/*********************************************************************************************** PROJECT : simple_draw FILE : $Id: main.h 13335 2017-04-24 07:17:12Z shinya.tomari $ ============================================================================ DESCRIPTION header for simple_draw ============================================================================ C O P Y R I G H T ============================================================================ Copyright (c) 2013 - 2014 by Renesas Electronics (Europe) GmbH. Arcadiastrasse 10 D-40472 Duesseldorf Germany All rights reserved. ============================================================================ Purpose: only for testing, not for mass production DISCLAIMER LICENSEE has read, understood and accepted the terms and conditions defined in the license agreement, especially the usage rights. In any case, it is LICENSEE's responsibility to make sure that any user of the software complies with the terms and conditions of the signed license agreement. SAMPLE CODE is not part of the licensed software, as such it must not be used in mass-production applications. It can only be used for evaluation and demonstration purposes at customer's premises listed in the signed license agreement. **************************************************************************** */ #ifndef JUCA_H_ #define JUCA_H_ #ifdef __cplusplus extern "C" { #endif #define LOC_JCUA_UNIT (0u) void JCUA_Enable_window(void); void JCUA_Disable_window(void); void Init_JcuaRun(uint16_t u16JEPGH, uint16_t u16JEPGPitch); void loc_JcuaRun(uint32_t image); uint8_t Common_Get_window_Sta(void); #ifdef __cplusplus } #endif #endif /* MAIN_H */