A basic graphics package for the LPC4088 Display Module.

Dependents:   lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI lpc4088_displaymodule_fs_aid ... more

Fork of DMBasicGUI by EmbeddedArtists AB

Revision:
19:f3d0189401e4
Parent:
0:4977187e90c7
--- a/lpc_swim/lpc_helvr10.c	Fri Mar 20 14:25:46 2015 +0100
+++ b/lpc_swim/lpc_helvr10.c	Mon Mar 23 14:25:46 2015 +0100
@@ -42,7 +42,7 @@
 #include "lpc_helvr10.h"
 
 /* Font character bitmap data. */
-static uint16_t helvr10_bits[] = {
+static const uint16_t helvr10_bits[] = {
 
 	/* Character (0x20):
 	   bbw=1, bbh=1, bbx=0, bby=0, width=3
@@ -2801,7 +2801,7 @@
 };
 
 /* Character width data. */
-static uint8_t helvR10_width[] = {
+static const uint8_t helvR10_width[] = {
 	3,	/* (0x20) */
 	3,	/* (0x21) */
 	4,	/* (0x22) */