small fixes
This commit is contained in:
parent
b5b68e3461
commit
17f169845a
2 changed files with 2 additions and 1 deletions
1
glcd.c
1
glcd.c
|
@ -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) {
|
void lcdVerticalScroll(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1, int16_t lines) {
|
||||||
lld_lcdVerticalScroll(x0,y0,x1,y1,lines);
|
lld_lcdVerticalScroll(x0,y0,x1,y1,lines);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
2
worker.h
2
worker.h
|
@ -1,7 +1,7 @@
|
||||||
#ifndef WORKER_H
|
#ifndef WORKER_H
|
||||||
#define WORKER_H
|
#define WORKER_H
|
||||||
|
|
||||||
#define GLCD_WORKER_SIZE 2048
|
#define GLCD_WORKER_SIZE 512
|
||||||
|
|
||||||
enum glcd_action { GLCD_SET_CURSOR,
|
enum glcd_action { GLCD_SET_CURSOR,
|
||||||
GLCD_SET_POWERMODE,
|
GLCD_SET_POWERMODE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue