# HG changeset patch # User Paul Boddie # Date 1433884283 -7200 # Node ID d22eae40b828a6666c73ec57eb2f93d52b18b6f0 # Parent 29e2db239f96277b23e86b5b16c0eb92ff30ab98 Added MiniPC configuration headers. diff -r 29e2db239f96 -r d22eae40b828 include/minipc.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/minipc.h Tue Jun 09 23:11:23 2015 +0200 @@ -0,0 +1,32 @@ +/* + * MiniPC configuration parameters + * + * Copyright (C) 2009 Qi Hardware Inc. + * Authors: Xiangfu Liu + * Copyright (C) 2015 Paul Boddie + * + * This program 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. + * + * This program 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA + */ + +#ifndef __MINIPC_H__ +#define __MINIPC_H__ + +/* + * Display configuration + */ +#define LCD_BPP LCD_COLOR32 + +#endif /* __MINIPC_H__ */ diff -r 29e2db239f96 -r d22eae40b828 include/nanonote.h --- a/include/nanonote.h Tue Jun 09 23:07:54 2015 +0200 +++ b/include/nanonote.h Tue Jun 09 23:11:23 2015 +0200 @@ -1,4 +1,6 @@ /* + * Ben NanoNote configuration parameters + * * Copyright (C) 2009 Qi Hardware Inc. * Authors: Xiangfu Liu * Copyright (C) 2015 Paul Boddie @@ -19,9 +21,6 @@ * Boston, MA 02110-1301, USA */ -/* - * This file contains the configuration parameters for the NanoNote. - */ #ifndef __NANONOTE_H__ #define __NANONOTE_H__