summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey.h')
-rw-r--r--apps/plugins/lib/grey.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h
index 3f7be44522..95dca6beb6 100644
--- a/apps/plugins/lib/grey.h
+++ b/apps/plugins/lib/grey.h
@@ -45,8 +45,10 @@
45#define GREY_INFO_STRUCT_IRAM struct _grey_info _grey_info IBSS_ATTR; 45#define GREY_INFO_STRUCT_IRAM struct _grey_info _grey_info IBSS_ATTR;
46 46
47/* Features you can request on library init (ORed together): */ 47/* Features you can request on library init (ORed together): */
48#define GREY_BUFFERED 0x0001 48#define GREY_BUFFERED 0x0001 /* Use a chunky buffer */
49#define GREY_RAWMAPPED 0x0002 49#define GREY_RAWMAPPED 0x0002 /* No gamma & LCD linearisation */
50#define GREY_ON_COP 0x0004 /* Run ISR on COP (PP targets) */
51 /* TODO: only usable in conjunction with GREY_INFO_STRUCT_IRAM atm */
50 52
51/* Library initialisation and release */ 53/* Library initialisation and release */
52bool grey_init(struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size, 54bool grey_init(struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size,