mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
update demo
This commit is contained in:
parent
a468f82bcd
commit
78164d1310
@ -38,7 +38,7 @@ int main(void) {
|
|||||||
tk_init(320, 480);
|
tk_init(320, 480);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define WITH_LCD_PORTRAIT 1
|
//#define WITH_LCD_PORTRAIT 1
|
||||||
#ifdef WITH_LCD_PORTRAIT
|
#ifdef WITH_LCD_PORTRAIT
|
||||||
if (lcd_w > lcd_h) {
|
if (lcd_w > lcd_h) {
|
||||||
tk_set_lcd_orientation(LCD_ORIENTATION_90);
|
tk_set_lcd_orientation(LCD_ORIENTATION_90);
|
||||||
|
Loading…
Reference in New Issue
Block a user