file2c update
This commit is contained in:
parent
9b1dd95ff7
commit
4871a42057
3 changed files with 21 additions and 0 deletions
|
@ -19,6 +19,7 @@ FEATURE: Added gdispDrawPoly() and gdispFillConvexPoly()
|
||||||
FEATURE: Added arrow button style to GWIN buttons
|
FEATURE: Added arrow button style to GWIN buttons
|
||||||
FEATURE: Added the ability to specify a custom button drawing routine
|
FEATURE: Added the ability to specify a custom button drawing routine
|
||||||
FEATURE: SSD1963 rework by username 'fred'
|
FEATURE: SSD1963 rework by username 'fred'
|
||||||
|
FEATURE: Added Picture converter tool
|
||||||
|
|
||||||
|
|
||||||
*** changes after 1.4 ***
|
*** changes after 1.4 ***
|
||||||
|
|
Binary file not shown.
|
@ -1,3 +1,23 @@
|
||||||
|
/*
|
||||||
|
ChibiOS/GFX - Copyright (C) 2012, 2013
|
||||||
|
Joel Bodenmann aka Tectu <joel@unormal.org>
|
||||||
|
|
||||||
|
This file is part of ChibiOS/GFX.
|
||||||
|
|
||||||
|
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
|
||||||
|
ChibiOS/GFX is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue