minor new definitions

This commit is contained in:
Lephe 2019-09-13 08:08:22 +02:00
parent 4a8ba82fab
commit 9a4ae4c80a
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
3 changed files with 9 additions and 1 deletions

View File

@ -34,4 +34,7 @@
#define GCONSTRUCTOR __attribute__((constructor))
#define GDESTRUCTOR __attribute__((destructor))
/* Functions that do not return */
#define GNORETURN __attribute__((noreturn))
#endif /* GINT_DEFS_ATTRIBUTES */

View File

@ -38,6 +38,11 @@ enum {
C_DARK = 0x5555,
C_BLACK = 0x0000,
/* Other colors */
C_RED = 0xf800,
C_GREEN = 0x07e0,
C_BLUE = 0x001f,
C_NONE = -1,
};

View File

@ -64,7 +64,7 @@ void gray_stop(void);
1325 1607 heavy light excellent
--------------------------------------------------
Here are values for this version of gint:
Here are values for this version of gint (for the Graph 35+E II only):
LIGHT DARK BLINKING STRIPES COLORS
--------------------------------------------------