cfag12864b-example.c (0cce284537fb42d9c28b9b31038ffc9b464555f5) cfag12864b-example.c (351f683b9823a3d1bffb6e2e3f381601aa0b2671)
1// SPDX-License-Identifier: GPL-2.0
1/*
2 * Filename: cfag12864b-example.c
3 * Version: 0.1.0
4 * Description: cfag12864b LCD userspace example program
2/*
3 * Filename: cfag12864b-example.c
4 * Version: 0.1.0
5 * Description: cfag12864b LCD userspace example program
5 * License: GPLv2
6 *
7 * Author: Copyright (C) Miguel Ojeda Sandonis
8 * Date: 2006-10-31
6 *
7 * Author: Copyright (C) Miguel Ojeda Sandonis
8 * Date: 2006-10-31
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License version 2 as
12 * published by the Free Software Foundation.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 *
23 */
24
25/*
26 * ------------------------
27 * start of cfag12864b code
28 * ------------------------
29 */
30

--- 251 unchanged lines hidden ---
9 */
10
11/*
12 * ------------------------
13 * start of cfag12864b code
14 * ------------------------
15 */
16

--- 251 unchanged lines hidden ---