KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
167:8aa3fb2a5a31
Parent:
23:a50ded45dbaf
--- a/WebColors.h	Sun Feb 24 19:28:26 2019 +0000
+++ b/WebColors.h	Tue Feb 26 19:52:57 2019 +0000
@@ -4,6 +4,11 @@
 
 #include "RA8875.h"
 
+/// Web Colors table.
+///
+/// This table of colors contains the 216 "Web-Safe" colors, and is then filled out to the
+/// balance of the 256 entries in this table.
+///
 const color_t WebColors[256] =
     {
     RGB(0x00,0x00,0x00), RGB(0x00,0x00,0x33), RGB(0x00,0x00,0x66), RGB(0x00,0x00,0x99), RGB(0x00,0x00,0xCC), RGB(0x00,0x00,0xFF), RGB(0x00,0x33,0x00), RGB(0x00,0x33,0x33),