Difference between revisions of "Main Page"

From uGFX Wiki
Jump to: navigation, search
 
(82 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Welcome to the uGFX wiki! This is the official documentation of the uGFX library.
+
<div class="div-header">Welcome to the µGFX wiki!</div>
Please note that this is just the documentation, the official project website can be found at [http://ugfx.org ugfx.org]
+
<div class="div-block">This is the official documentation of the [http://ugfx.io µGFX] library. Please note that this is just the documentation, the official project website can be found at [http://ugfx.io ugfx.io]. The API reference can be found at [http://api.ugfx.io api.ugfx.io].
 
+
<table width="100%">
+
<td style="vertical-align:top" width="33%">
+
 
+
== <span style="font-variant:small-caps">General</span> ==
+
  
 +
If you're new to µGFX, begin by reading [[Getting Started]].
 +
</div>
 +
<div style="width: 50%; float: left;">
 +
<div class="div-header" style="margin-right: 5px;">General</div>
 +
<div class="div-block" style="margin-right: 5px;">
 
* [[Getting Started]]
 
* [[Getting Started]]
 
* [[Configuration]]
 
* [[Configuration]]
 
+
* [[Architecture]]
</td>
+
* [[Board File]]
 
+
* [[Types]]
 
+
* [[API Reference]]
<td style="vertical-align:top" width="33%">
+
* [[Changes from V2.x to V3.0]]
 
+
</div>
== <span style="font-variant:small-caps">Modules</span> ==
+
<div class="div-header" style="margin-right: 5px;">Using µGFX on...</div>
 
+
<div class="div-block" style="margin-right: 5px;">
 +
* [[BareMetal]]
 +
* [[CMSIS RTOS]]
 +
* [[ChibiOS/RT]]
 +
* [[FreeRTOS]]
 +
* [[RawOS]]
 +
* [[eCos]]
 +
* [[Zephyr]]
 +
* [[Using_Keil_µVision_5_MDK-ARM|Keil RTX]]
 +
* [[Teensy]]
 +
* [[Raspberry Pi]]
 +
* [[Linux]]
 +
* [[Win32]]
 +
* [[Mac OS X]]
 +
* [[FreeBSD]]
 +
</div>
 +
<div class="div-header" style="margin-right: 5px;">Using IDEs</div>
 +
<div class="div-block" style="margin-right: 5px;">
 +
* [[Using Keil µVision 5 MDK-ARM|Keil µVision 5 MDK-ARM]]
 +
* [[Using IAR embedded workbench|IAR embedded workbench]]
 +
* [[Using Eclipse|Eclipse]]
 +
* [[Using PSoC Creator|PSoC Creator]]
 +
* [[Using ChibiStudio|ChibiStudio]]
 +
</div>
 +
<div class="div-header" style="margin-right: 5px;">Developer Guides</div>
 +
<div class="div-block" style="margin-right: 5px;">
 +
* [[Your First Compile - Windows]]
 +
* [[Creating a custom rendering routine]]
 +
* [[Creating a widget]]
 +
* [[Use_uGFX_repository_as_Git_Submodule|Advanced git guide]]
 +
</div>
 +
<div class="div-header" style="margin-right: 5px;">µGFX Design Choices</div>
 +
<div class="div-block" style="margin-right: 5px;">
 +
* [[Display Driver Model]]
 +
</div>
 +
</div>
 +
<div style="width: 50%; float: right;">
 +
<div class="div-header" style="margin-left: 5px;">Modules</div>
 +
<div class="div-block" style="margin-left: 5px;">
 
* [[GWIN]]
 
* [[GWIN]]
** [[Containers]]
 
*** [[Container]]
 
*** [[Frame]]
 
 
** [[Windows]]
 
** [[Windows]]
*** [[Window]]
 
 
*** [[Console]]
 
*** [[Console]]
 
*** [[Graph]]
 
*** [[Graph]]
Line 30: Line 64:
 
*** [[RadioButton]]
 
*** [[RadioButton]]
 
*** [[CheckBox]]
 
*** [[CheckBox]]
 +
*** [[List]]
 
*** [[Slider]]
 
*** [[Slider]]
 
*** [[Progressbar]]
 
*** [[Progressbar]]
*** [[Tabs]]
 
 
*** [[ImageBox]]
 
*** [[ImageBox]]
 +
*** [[TextEdit]]
 +
*** [[Keyboard]]
 +
** [[Containers]]
 +
*** [[Container]]
 +
*** [[Tabset]]
 +
*** [[Frame]]
 
* [[GAUDIO]]
 
* [[GAUDIO]]
 
* [[GFILE]]
 
* [[GFILE]]
 
* [[GOS]]
 
* [[GOS]]
 
* [[GDISP]]
 
* [[GDISP]]
 +
** [[Drawing]]
 +
** [[Font rendering]]
 
** [[Images]]
 
** [[Images]]
 
* [[GINPUT]]
 
* [[GINPUT]]
 +
* [[GTRANS]]
 
* [[GEVENT]]
 
* [[GEVENT]]
 
* [[GTIMER]]
 
* [[GTIMER]]
 
+
* [[GQUEUE]]
</td>
+
</div>
</table>
+
</div>
  
 
__NOTOC__
 
__NOTOC__

Latest revision as of 23:48, 23 September 2021

Welcome to the µGFX wiki!
This is the official documentation of the µGFX library. Please note that this is just the documentation, the official project website can be found at ugfx.io. The API reference can be found at api.ugfx.io.

If you're new to µGFX, begin by reading Getting Started.

General
Using µGFX on...
Using IDEs
Developer Guides
µGFX Design Choices
Modules