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_rom8x8.c	Fri Mar 20 14:25:46 2015 +0100
+++ b/lpc_swim/lpc_rom8x8.c	Mon Mar 23 14:25:46 2015 +0100
@@ -35,7 +35,7 @@
 #include "lpc_types.h"
 #include "lpc_rom8x8.h"
 
-static uint16_t rom8x8_bits[] = {
+static const uint16_t rom8x8_bits[] = {
 
 	/* Character   (0x00):
 	   ht=8, width=8
@@ -5418,7 +5418,7 @@
 };
 
 /* Character width data. */
-static uint8_t rom8x8_width[] = {
+static const uint8_t rom8x8_width[] = {
 	8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
 	8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
 	8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,