 |
WebRadioApp
0.1
|
Go to the documentation of this file.
41 #ifndef EW_BSP_INOUT_H
42 #define EW_BSP_INOUT_H
void EwBspInOutEventHandler(int aEventId)
The function EwBspInOutEventHandler is called from the touch screen driver in case of an input event.
Definition: ew_bsp_inout.c:108
XRect CoreOutline aOutline void(CoreRoot _this, GraphicsCanvas aCanvas, XRect aClip, XPoint aOffset, XInt32 aOpacity, XBool aBlend) EW_METHOD(HandleEvent
void EwBspInOutLedOff(void)
Switch LED off.
Definition: ew_bsp_inout.c:95
void EwBspInOutInitLed(void)
Configures one LED of the board used for demo applications.
Definition: ew_bsp_inout.c:75
void EwBspInOutLedOn(void)
Switch LED on.
Definition: ew_bsp_inout.c:85
#define EW_LED
Definition: ew_bsp_inout.c:38
static TButtonCallback ButtonCallback
Definition: ew_bsp_inout.c:40
This file contains general configuration settings for the target system, like memory ranges and displ...
void(* TButtonCallback)(int aButtonPresssed)
Definition: ew_bsp_inout.h:63
void EwBspInOutInitButton(TButtonCallback aButtonCallback)
Configures one hardware button of the board used for demo applications.
Definition: ew_bsp_inout.c:50