Rev 9 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 9 | Rev 10 | ||
|---|---|---|---|
| Line 136... | Line 136... | ||
| 136 | extern void startscrolldiagleft(uint8_t start, uint8_t stop); |
136 | extern void startscrolldiagleft(uint8_t start, uint8_t stop); |
| 137 | extern void stopscroll(void); |
137 | extern void stopscroll(void); |
| 138 | 138 | ||
| 139 | extern void dim(uint8_t contrast); |
139 | extern void dim(uint8_t contrast); |
| 140 | 140 | ||
| 141 | extern inline void drawPixel(int16_t x, int16_t y, uint16_t color); |
141 | extern inline void drawPixel(int16_t x, int16_t y, uint16_t color); |
| 142 | - | ||
| 143 | void drawFastVLine(int16_t x, int16_t y, int16_t h, uint16_t color); |
- | |
| 144 | void drawFastHLine(int16_t x, int16_t y, int16_t w, uint16_t color); |
- | |
| 145 | - | ||
| 146 | - | ||
| 147 | inline void drawFastVLineInternal(int16_t x, int16_t y, int16_t h, uint16_t color) __attribute__((always_inline)); |
- | |
| 148 | inline void drawFastHLineInternal(int16_t x, int16_t y, int16_t w, uint16_t color) __attribute__((always_inline)); |
- | |
| 149 | - | ||
| 150 | - | ||
| 151 | extern void drawLine(int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint8_t color); |
- | |
| 152 | 142 | ||
| - | 143 | extern void drawLine(int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint8_t color); |
|