mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
add more GUI example.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@310 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#include <rtgui/rtgui.h>
|
||||
#include <rtgui/rtgui_server.h>
|
||||
|
||||
/*
|
||||
* Panel demo for 240x320
|
||||
* info panel: (0, 0) - (240, 25)
|
||||
* main panel: (0, 25) - (240, 320)
|
||||
*/
|
||||
void panel_init(void)
|
||||
{
|
||||
rtgui_rect_t rect;
|
||||
|
||||
Reference in New Issue
Block a user