ugfx/demos/3rdparty/notepad-2
Joel Bodenmann 785047b0aa Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
..
demo.mk Add demo makefiles and update example master makefiles to match. 2014-02-19 00:19:38 +10:00
gfxconf.h First set of V3 macro changes 2018-02-27 17:44:21 +10:00
main.c Minor fixups 2018-11-10 10:45:28 +10:00
notepadApp.c Introduce type gImage to replace v2.x gdispImage 2019-04-10 17:33:15 +02:00
notepadApp.h Added type gThread to replace V2.x gfxThreadHandle 2018-07-08 15:40:27 +10:00
notepadCore.c Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, gMutex etc 2018-11-03 12:29:30 +10:00
notepadCore.h For all source files update integer types to the new gI8 etc type names 2018-11-03 10:51:23 +10:00
notepadUIDefines.h Change color_t to gColor 2018-07-08 11:19:43 +10:00
readme.txt gdispInit() -> gfxInit() in all demos 2013-05-30 19:02:55 +02:00
toolbarIcons.gif Fix corruption of binary files by license header updates 2013-07-22 17:04:37 +10:00
toolbarIcons.h New Notepad-2 Demo for ChibiOS/GFX 2013-05-23 23:38:57 +07:00

readme.txt

# Notepad-2 Demo for ChibiOS/GFX

This demo showcases an improved Notepad demo for the ChibiOS/GFX project.

## Features:

* 2 Different UI Skins available
* Draw in 8 different colors in 8 different thickness
* Pen, Erase and Fill Modes (Fill: Fills the entire canvas, this is not flood fill)

This demo is planned to support Loading and Saving to SD Card the sketches made in the near future.

## License:
Copyright © 2013 Kumar Abhishek [abhishek.kakkar@edaboard.com]. All Rights Reserved
This code is made available under the terms of the 3-clause BSD License.

Some of the icons in the set have been taken from the fugue-icons-set by Yusuke Kamiyamane: http://p.yusukekamiyamane.com/  . These icons are covered by a Creative Commons Attribution 3.0 License.