?? readme.html
字號:
<tr>
<td HEIGHT="60"><font size=+1><B><li>Multi tasking</li></B></font>
<td></td>
</tr>
<tr>
<td><BR><B>Multi tasking demo</B><BR>
<BR>Shows how to access the LCD-display by more than one task.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\MT_MultiTasking.c>Sample\Tutorial\MT_MultiTasking.c</a></font></td>
</tr>
<tr>
<td HEIGHT="60"><font size=+1><B><li>Simulation</li></B></font>
<td></td>
</tr>
<tr>
<td><BR><B>Hardkey sample</B><BR>
<BR>Shows how to use simulation hardkeys.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\SIM_Hardkey.c>Sample\Tutorial\SIM_Hardkey.c</a></font></td>
</tr>
<tr>
<td HEIGHT="60"><font size=+1><B><li>Touch support</li></B></font>
<td></td>
</tr>
<tr>
<td><BR><B>Runtime calibration</B><BR>
<BR>Shows how a touch screen can be calibrated at runtime.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\TOUCH_Calibrate.c>Sample\Tutorial\TOUCH_Calibrate.c</a></font></td>
</tr>
<tr>
<td><BR><B>Touch panel demo</B><BR>
<BR>Shows how to access a touch panel without using buttons.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\TOUCH_Sample.c>Sample\Tutorial\TOUCH_Sample.c</a></font></td>
</tr>
<tr>
<td HEIGHT="60"><font size=+1><B><li>VNC support</li></B></font>
<td></td>
</tr>
<tr>
<td><BR><B>VNC demo</B><BR>
<BR>Shows how to use the VNC support (creates a VNC server and waits for a connection).</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\VNC.c>Sample\Tutorial\VNC.c</a></font></td>
</tr>
<tr>
<td HEIGHT="60"><font size=+1><B><li>Widget library</li></B></font>
<td></td>
</tr>
<tr>
<td><BR><B>Round button</B><BR>
<BR>Shows how to create a customized button with a round outline.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_ButtonRound.c>Sample\Tutorial\WIDGET_ButtonRound.c</a></font></td>
</tr>
<tr>
<td><BR><B>Custom effect frame</B><BR>
<BR>Shows how to use widgets with customized effect frames.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_CustomEffect.c>Sample\Tutorial\WIDGET_CustomEffect.c</a></font></td>
</tr>
<tr>
<td><BR><B>Checkbox sample</B><BR>
<BR>Shows how to use check boxes with user defined images and in different sizes.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Checkbox>Sample\Tutorial\WIDGET_Checkbox\*.*</a></font></td>
</tr>
<tr>
<td><BR><B>Dropdown widget demo</B><BR>
<BR>Shows how to create and use a DROPDOWN widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Dropdown.c>Sample\Tutorial\WIDGET_Dropdown.c</a></font></td>
</tr>
<tr>
<td><BR><B>Edit text demo</B><BR>
<BR>Shows how to use an EDIT widget to edit text.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Edit.c>Sample\Tutorial\WIDGET_Edit.c</a></font></td>
</tr>
<tr>
<td><BR><B>User defined edit mode demo</B><BR>
<BR>Shows how to use a user defined edit mode with an EDIT widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_EditWinmode.c>Sample\Tutorial\WIDGET_EditWinmode.c</a></font></td>
</tr>
<tr>
<td><BR><B>Widget effect demo</B><BR>
<BR>Shows how to use different effects (3D, simple, none) with widgets.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Effect.c>Sample\Tutorial\WIDGET_Effect.c</a></font></td>
</tr>
<tr>
<td><BR><B>Frame window demo</B><BR>
<BR>Shows how to use FRAMEWIN widgets to give your windows a PC-windows like appearance.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_FrameWin.c>Sample\Tutorial\WIDGET_FrameWin.c</a></font></td>
</tr>
<tr>
<td><BR><B>Graph widget demo (XY)</B><BR>
<BR>Shows how to use the GRAPH widget to visualize a function graph.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_GraphXY.c>Sample\Tutorial\WIDGET_GraphXY.c</a></font></td>
</tr>
<tr>
<td><BR><B>Graph widget demo (YT)</B><BR>
<BR>Shows how to use the GRAPH widget to visualize measurement values.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_GraphYT.c>Sample\Tutorial\WIDGET_GraphYT.c</a></font></td>
</tr>
<tr>
<td><BR><B>Header widget demo</B><BR>
<BR>Shows how to use a HEADER widget for your own needs.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Header.c>Sample\Tutorial\WIDGET_Header.c</a></font></td>
</tr>
<tr>
<td><BR><B>Listbox demo</B><BR>
<BR>Shows how to use LISTBOX widgets.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_ListBox.c>Sample\Tutorial\WIDGET_ListBox.c</a></font></td>
</tr>
<tr>
<td><BR><B>Owner drawn list box</B><BR>
<BR>Shows how to create an owner drawn list box.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_ListBoxOwnerDraw.c>Sample\Tutorial\WIDGET_ListBoxOwnerDraw.c</a></font></td>
</tr>
<tr>
<td><BR><B>Listview widget demo</B><BR>
<BR>Shows how to use a LISTVIEW widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_ListView.c>Sample\Tutorial\WIDGET_ListView.c</a></font></td>
</tr>
<tr>
<td><BR><B>Menu widget demo</B><BR>
<BR>Shows a typicall application window with a menu.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Menu.c>Sample\Tutorial\WIDGET_Menu.c</a></font></td>
</tr>
<tr>
<td><BR><B>Text editor</B><BR>
<BR>Shows how to use a MULTIEDIT widget to create a small text editor.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Multiedit.c>Sample\Tutorial\WIDGET_Multiedit.c</a></font></td>
</tr>
<tr>
<td><BR><B>Try out text editor</B><BR>
<BR>Shows a dialog for trying out many of the available options of the MULTIEDIT widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_MultieditTryIt.c>Sample\Tutorial\WIDGET_MultieditTryIt.c</a></font></td>
</tr>
<tr>
<td><BR><B>Multipage widget</B><BR>
<BR>Shows how to use a MULTIPAGE widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Multipage.c>Sample\Tutorial\WIDGET_Multipage.c</a></font></td>
</tr>
<tr>
<td><BR><B>Num pad demo</B><BR>
<BR>The sample shows how to create a num pad which sends the pressed key to the window with the input focus.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_NumPad.c>Sample\Tutorial\WIDGET_NumPad.c</a></font></td>
</tr>
<tr>
<td><BR><B>Button with user defined bitmap</B><BR>
<BR>Shows how to use a BUTTON widget to create a button with a phone logo.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_PhoneButton.c>Sample\Tutorial\WIDGET_PhoneButton.c</a></font></td>
</tr>
<tr>
<td><BR><B>Popup menu demo</B><BR>
<BR>Shows how to use a MENU widget to create a popup menu.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_PopupMenu.c>Sample\Tutorial\WIDGET_PopupMenu.c</a></font></td>
</tr>
<tr>
<td><BR><B>Progress bar demo</B><BR>
<BR>Shows how to use PROGBAR widgets to realize progress bars in your application.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Progbar.c>Sample\Tutorial\WIDGET_Progbar.c</a></font></td>
</tr>
<tr>
<td><BR><B>Widget large scheme sample</B><BR>
<BR>Shows the appearance of the large widget scheme.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_SchemeLarge>Sample\Tutorial\WIDGET_SchemeLarge\*.*</a></font></td>
</tr>
<tr>
<td><BR><B>Widget medium scheme sample</B><BR>
<BR>Shows the appearance of the medium widget scheme.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_SchemeMedium>Sample\Tutorial\WIDGET_SchemeMedium\*.*</a></font></td>
</tr>
<tr>
<td><BR><B>Widget small scheme sample</B><BR>
<BR>Shows the appearance of the small widget scheme.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_SchemeSmall>Sample\Tutorial\WIDGET_SchemeSmall\*.*</a></font></td>
</tr>
<tr>
<td><BR><B>Scroll bar demo</B><BR>
<BR>Shows how to use SCROLLBAR widgets to realize scrolling in your application.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_ScrollbarMove.c>Sample\Tutorial\WIDGET_ScrollbarMove.c</a></font></td>
</tr>
<tr>
<td><BR><B>Simple button</B><BR>
<BR>Shows how to use a BUTTON widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_SimpleButton.c>Sample\Tutorial\WIDGET_SimpleButton.c</a></font></td>
</tr>
<tr>
<td><BR><B>Simple listbox</B><BR>
<BR>Shows how to use a LISTBOX widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_SimpleListBox.c>Sample\Tutorial\WIDGET_SimpleListBox.c</a></font></td>
</tr>
<tr>
<td><BR><B>Simple progress bar</B><BR>
<BR>Shows how to create a message box.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_SimpleProgbar.c>Sample\Tutorial\WIDGET_SimpleProgbar.c</a></font></td>
</tr>
<tr>
<td><BR><B>Sorted listview sample</B><BR>
<BR>Shows how to use the sorting functions of the listview widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_SortedListview.c>Sample\Tutorial\WIDGET_SortedListview.c</a></font></td>
</tr>
<tr>
<td><BR><B>Treeview widget</B><BR>
<BR>Shows how to use the treeview widget.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_TreeviewTryit.c>Sample\Tutorial\WIDGET_TreeviewTryit.c</a></font></td>
</tr>
<tr>
<td><BR><B>Using the WINDOW widget</B><BR>
<BR>Demonstrates the use of a window widget to create a dialog from a resource table.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WIDGET_Window.c>Sample\Tutorial\WIDGET_Window.c</a></font></td>
</tr>
<tr>
<td HEIGHT="60"><font size=+1><B><li>Window manager</li></B></font>
<td></td>
</tr>
<tr>
<td><BR><B>Late clipping demo</B><BR>
<BR>Explains how to use late clipping.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WM_LateClipping.c>Sample\Tutorial\WM_LateClipping.c</a></font></td>
</tr>
<tr>
<td><BR><B>Redrawing demo</B><BR>
<BR>Explains the redrawing mechanism of emWin by using a new callback routine for the background window.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WM_Redraw.c>Sample\Tutorial\WM_Redraw.c</a></font></td>
</tr>
<tr>
<td><BR><B>Window manager demo</B><BR>
<BR>Explains a couple of the most often needed window manager functions.</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WM_Sample.c>Sample\Tutorial\WM_Sample.c</a></font></td>
</tr>
<tr>
<td><BR><B>Video demo</B><BR>
<BR>Explains how to react on WM_NOTIFY_VIS_CHANGED by using the function WM_IsCompletelyVisible().</td>
<td><FONT FACE="Courier New"><B><a href=Sample\Tutorial\WM_Video.c>Sample\Tutorial\WM_Video.c</a></font></td>
</tr>
</table>
<br>
Feel free to use this sample code in your application.<br>
<br>
<hr>
<br>
Copyright 2008 SEGGER Microcontroller GmbH & Co. KG. All rights reserved.<br>
For more information, please visit our website <a href ="http://www.segger.com/">www.segger.com</a> or contact us at <a href ="mailto:info@segger.com">info@segger.com</a><br>
</font>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -