f
Dependencies: mbed 4DGL-uLCD-SE MMA8452
Diff: graphics.h
- Revision:
- 5:077b66dfe296
- Parent:
- 0:8e3b9bb1084a
--- a/graphics.h Fri Mar 11 14:11:58 2022 +0000 +++ b/graphics.h Mon Mar 14 23:38:03 2022 +0000 @@ -4,8 +4,7 @@ // The bottom of the screen => y=127 -// Gut the landscape grow up from the bottom of the screen. It is awkward. -// Thus, we use a macro to reverse the coordinate for convenience. +// A macro to reverse the coordinate for convenience (optional). #define REVERSE_Y(x) (SIZE_Y-(x)) /**