summaryrefslogtreecommitdiff
path: root/fw
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-03-25 20:00:26 +0100
committerUros Majstorovic <majstor@majstor.org>2021-03-25 20:00:26 +0100
commit72a82b58ba87fe9ecc2718bfcb2b5f0432ffaea9 (patch)
tree84924c301734c97c8bd7da7c27801d529486893b /fw
parent58232586e1ed65fc8a8e382796628aa087b5dc4c (diff)
uievt added to view
Diffstat (limited to 'fw')
-rw-r--r--fw/fe310/eos/eve/screen/uievt.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/fe310/eos/eve/screen/uievt.h b/fw/fe310/eos/eve/screen/uievt.h
new file mode 100644
index 0000000..a2657d7
--- /dev/null
+++ b/fw/fe310/eos/eve/screen/uievt.h
@@ -0,0 +1,5 @@
+#define EVE_UIEVT_WIN_UPDATE_G 1
+#define EVE_UIEVT_PAGE_UPDATE_G 2
+#define EVE_UIEVT_PAGE_SCROLL_START 3
+#define EVE_UIEVT_PAGE_SCROLL_STOP 4
+#define EVE_UIEVT_WIDGET_UPDATE_G 5