mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-29 13:03:36 +01:00
minor new definitions
This commit is contained in:
parent
4a8ba82fab
commit
9a4ae4c80a
3 changed files with 9 additions and 1 deletions
|
@ -34,4 +34,7 @@
|
||||||
#define GCONSTRUCTOR __attribute__((constructor))
|
#define GCONSTRUCTOR __attribute__((constructor))
|
||||||
#define GDESTRUCTOR __attribute__((destructor))
|
#define GDESTRUCTOR __attribute__((destructor))
|
||||||
|
|
||||||
|
/* Functions that do not return */
|
||||||
|
#define GNORETURN __attribute__((noreturn))
|
||||||
|
|
||||||
#endif /* GINT_DEFS_ATTRIBUTES */
|
#endif /* GINT_DEFS_ATTRIBUTES */
|
||||||
|
|
|
@ -38,6 +38,11 @@ enum {
|
||||||
C_DARK = 0x5555,
|
C_DARK = 0x5555,
|
||||||
C_BLACK = 0x0000,
|
C_BLACK = 0x0000,
|
||||||
|
|
||||||
|
/* Other colors */
|
||||||
|
C_RED = 0xf800,
|
||||||
|
C_GREEN = 0x07e0,
|
||||||
|
C_BLUE = 0x001f,
|
||||||
|
|
||||||
C_NONE = -1,
|
C_NONE = -1,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,7 @@ void gray_stop(void);
|
||||||
1325 1607 heavy light excellent
|
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
|
LIGHT DARK BLINKING STRIPES COLORS
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue