diff options
author | Tectu <joel@unormal.org> | 2012-07-17 01:01:57 +0200 |
---|---|---|
committer | Tectu <joel@unormal.org> | 2012-07-17 01:01:57 +0200 |
commit | 5c59d3ec292061c2bd67f51fdab3d4e349af90e1 (patch) | |
tree | 41326e1ba688b173dec8ab126f385112d2e75d4e /worker.h | |
parent | 17f169845ac67de77811905f21915e408bb6a367 (diff) | |
download | uGFX-5c59d3ec292061c2bd67f51fdab3d4e349af90e1.tar.gz uGFX-5c59d3ec292061c2bd67f51fdab3d4e349af90e1.tar.bz2 uGFX-5c59d3ec292061c2bd67f51fdab3d4e349af90e1.zip |
removed lcdSetCursor() in glcd.c
Diffstat (limited to 'worker.h')
-rw-r--r-- | worker.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -3,8 +3,7 @@ #define GLCD_WORKER_SIZE 512 -enum glcd_action { GLCD_SET_CURSOR, - GLCD_SET_POWERMODE, +enum glcd_action { GLCD_SET_POWERMODE, GLCD_SET_ORIENTATION, GLCD_SET_WINDOW, GLCD_FILL_AREA, @@ -30,13 +29,6 @@ struct glcd_msg_base { _glcd_msg_base }; -struct glcd_msg_set_cursor { - _glcd_msg_base - - uint16_t x; - uint16_t y; -}; - struct glcd_msg_powermode { _glcd_msg_base |