PythonExtra/ports/sh/numworks/syscalls/screenlight.h

24 lines
301 B
C

#ifndef _FXCG_SCREENLIGHT_H
#define _FXCG_SCREENLIGHT_H
#ifdef __cplusplus
extern "C" {
#endif
#define LCDC *(unsigned int*)(0xB4000000)
void Bdisp_DDRegisterSelect( int registerno );
int getRawBacklightSubLevel();
void setRawBacklightSubLevel(int level);
#ifdef __cplusplus
}
#endif
#endif