Difference between revisions of "Main Page"

From uGFX Wiki
Jump to: navigation, search
(11 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
<div class="div-header">Welcome to the µGFX wiki!</div>
 
<div class="div-header">Welcome to the µGFX wiki!</div>
<div class="div-block">This is the official documentation of the [http://ugfx.org µGFX] library. Please note that this is just the documentation, the official project website can be found at [http://ugfx.org ugfx.org]. The API reference can be found at [http://api.ugfx.org api.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].
  
 
If you're new to µGFX, begin by reading [[Getting Started]].
 
If you're new to µGFX, begin by reading [[Getting Started]].
Line 7: Line 7:
 
<div class="div-header" style="margin-right: 5px;">General</div>
 
<div class="div-header" style="margin-right: 5px;">General</div>
 
<div class="div-block" style="margin-right: 5px;">
 
<div class="div-block" style="margin-right: 5px;">
* [http://ugfx.org/demonstration-temporary Demos]
 
 
* [[Getting Started]]
 
* [[Getting Started]]
 
* [[Configuration]]
 
* [[Configuration]]
Line 13: Line 12:
 
* [[Board File]]
 
* [[Board File]]
 
* [[API Reference]]
 
* [[API Reference]]
 +
* [[Changes from V2.x to V3.0]]
 
</div>
 
</div>
 
<div class="div-header" style="margin-right: 5px;">Using µGFX on...</div>
 
<div class="div-header" style="margin-right: 5px;">Using µGFX on...</div>
Line 21: Line 21:
 
* [[FreeRTOS]]
 
* [[FreeRTOS]]
 
* [[RawOS]]
 
* [[RawOS]]
* [[eCOS]]
+
* [[eCos]]
* [[Using_Keil_µVision_5_MDK-ARM#Keil_RTX|Keil RTX]]
+
* [[Zephyr]]
 +
* [[Using_Keil_µVision_5_MDK-ARM|Keil RTX]]
 
* [[Teensy]]
 
* [[Teensy]]
 +
* [[Raspberry Pi]]
 
* [[Linux]]
 
* [[Linux]]
 
* [[Win32]]
 
* [[Win32]]
Line 30: Line 32:
 
<div class="div-header" style="margin-right: 5px;">Using IDEs</div>
 
<div class="div-header" style="margin-right: 5px;">Using IDEs</div>
 
<div class="div-block" style="margin-right: 5px;">
 
<div class="div-block" style="margin-right: 5px;">
* [[Using ChibiStudio|ChibiStudio]]
 
 
* [[Using Keil µVision 5 MDK-ARM|Keil µVision 5 MDK-ARM]]
 
* [[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>
 
<div class="div-header" style="margin-right: 5px;">Developer Guides</div>
 
<div class="div-header" style="margin-right: 5px;">Developer Guides</div>
Line 38: Line 43:
 
* [[Creating a custom rendering routine]]
 
* [[Creating a custom rendering routine]]
 
* [[Creating a widget]]
 
* [[Creating a widget]]
 +
* [[Use_uGFX_repository_as_Git_Submodule|Advanced git guide]]
 
</div>
 
</div>
 
<div class="div-header" style="margin-right: 5px;">µGFX Design Choices</div>
 
<div class="div-header" style="margin-right: 5px;">µGFX Design Choices</div>
Line 74: Line 80:
 
** [[Images]]
 
** [[Images]]
 
* [[GINPUT]]
 
* [[GINPUT]]
 +
* [[GTRANS]]
 
* [[GEVENT]]
 
* [[GEVENT]]
 
* [[GTIMER]]
 
* [[GTIMER]]

Revision as of 03:07, 24 February 2018

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