#ifndef _TUI_SCREEN_PROPERTY_H_
#define _TUI_SCREEN_PROPERTY_H_

#include <stdint.h>
#include "TuiRotation.h"

#ifdef __cplusplus
extern "C" {
#endif

	void initScreenProperty();
	uint32_t getScreenWidth();
	uint32_t getScreenHeight();

#ifdef __cplusplus
}
#endif

#endif // _TUI_SCREEN_PROPERTY_H_
