diff options
| author | Tectu <joel@unormal.org> | 2012-07-16 04:04:36 +0200 |
|---|---|---|
| committer | Tectu <joel@unormal.org> | 2012-07-16 04:04:36 +0200 |
| commit | 17f169845ac67de77811905f21915e408bb6a367 (patch) | |
| tree | eb8a5ed09b04ba03e172787664db7988c1f962a6 | |
| parent | b5b68e34615bf5c381fc7908e52fbe4404517d6f (diff) | |
| download | uGFX-17f169845ac67de77811905f21915e408bb6a367.tar.gz uGFX-17f169845ac67de77811905f21915e408bb6a367.tar.bz2 uGFX-17f169845ac67de77811905f21915e408bb6a367.zip | |
small fixes
| -rw-r--r-- | glcd.c | 1 | ||||
| -rw-r--r-- | worker.h | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -543,3 +543,4 @@ void lcdDrawEllipse(uint16_t x, uint16_t y, uint16_t a, uint16_t b, uint8_t fill void lcdVerticalScroll(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, int16_t lines) { lld_lcdVerticalScroll(x0,y0,x1,y1,lines); } + @@ -1,7 +1,7 @@ #ifndef WORKER_H #define WORKER_H -#define GLCD_WORKER_SIZE 2048 +#define GLCD_WORKER_SIZE 512 enum glcd_action { GLCD_SET_CURSOR, GLCD_SET_POWERMODE, |
