summaryrefslogtreecommitdiffstats
path: root/oncology/dpfhack_display/include/usbuser.h
diff options
context:
space:
mode:
authorEUcancER <root@euer.krebsco.de>2011-08-31 12:52:15 +0200
committerEUcancER <root@euer.krebsco.de>2011-08-31 12:52:15 +0200
commita2e4ac21444fd9af436039ba921e809cfca59ea2 (patch)
treee12c692527bc9b2b373cf0a4956f0ff458045cd7 /oncology/dpfhack_display/include/usbuser.h
parentefe72ae286caa4ecf88edcbcb619fb0ceb886ca8 (diff)
parentcf46dbc53b36772fb0461b9451337c118e705c55 (diff)
Gigantor Merge!
Conflicts: cholerab/news/Candidate - add Ante scriptum cholerab/shirts/bestellliste - merged as theirs oncology/dpfhack_display - now a submodule add bug-fixing for adv_graphgen, as well as a Makefile
Diffstat (limited to 'oncology/dpfhack_display/include/usbuser.h')
-rw-r--r--oncology/dpfhack_display/include/usbuser.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/oncology/dpfhack_display/include/usbuser.h b/oncology/dpfhack_display/include/usbuser.h
deleted file mode 100644
index 618fb601..00000000
--- a/oncology/dpfhack_display/include/usbuser.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/* USB user commands
- *
- * Only temporary. Should move to dpflib or into a dclib configuration.
- *
- */
-
-#define PROTOCOL_VERSION 1
-
-/** Our vendor specific USB commands to do stuff on the DPF */
-
-#define USBCMD_GETPROPERTY 0x00 ///< Get property
-#define USBCMD_SETPROPERTY 0x01 ///< Set property
-#define USBCMD_MEMREAD 0x04 ///< Memory read
-#define USBCMD_APPLOAD 0x05 ///< Load and run applet
-// #define USBCMD_CLRFB 0x10 ///< Clear screen with RGB565 color
-#define USBCMD_WRITEFB 0x11 ///< Write full screen. DEPRECATED.
-#define USBCMD_BLIT 0x12 ///< Blit to screen
-#define USBCMD_FLASHLOCK 0x20 ///< Lock USB for flash access
-#define USBCMD_PROBE 0xff ///< Get version code (probe)
-
-/* Some special return codes */
-#define USB_IN_SEQUENCE 0x7f ///< We're inside a command sequence
-
-// Property handling:
-
-#define PROPERTY_BRIGHTNESS 0x01
-#define PROPERTY_ORIENTATION 0x10