Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LEDMatrix_Master by
displayCom.h
00001 #ifndef __DISPLAYCOM_H_ 00002 #define __DISPLAYCOM_H_ 00003 00004 #define DISPLAY_XSIZE (96) 00005 #define COLOR_R 0 00006 #define COLOR_G 1 00007 #define COLOR_B 2 00008 #define COLOR_Y 3 00009 #define COLOR_M 4 00010 #define COLOR_C 5 00011 #define COLOR_W 6 00012 00013 extern unsigned int ImageBuf[3][DISPLAY_XSIZE]; 00014 00015 #endif
Generated on Tue Jul 12 2022 16:59:14 by
1.7.2
