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