This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| et:software:homelab:library:module:lcd_graphic [2015/02/10 12:11] – rellermaa | et:software:homelab:library:module:lcd_graphic [2020/07/20 12:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 32: | Line 32: | ||
| * //x// - X koordinaat. | * //x// - X koordinaat. | ||
| * //y// - Y koordinaat. | * //y// - Y koordinaat. | ||
| - | * **// void lcd_gfx_drawPixel_h(uint8_t x, uint8_t y);//** \\ Joonista koordinaatidele piksel | + | * **// void lcd_gfx_drawPixel_h(uint8_t x, uint8_t y);//** \\ Joonista koordinaatidele piksel |
| * //x// - X koordinaat. | * //x// - X koordinaat. | ||
| * //y// - Y koordinaat. | * //y// - Y koordinaat. | ||
| + | * **// lcd_gfx_delete_char(uint8_t count);//** \\ Kustuta valitud arv tähemärke, | ||
| + | * //count// - tähemärkide arv (max 16). | ||
| * **// void lcd_gfx_drawLine(int16_t x, int16_t y, int16_t x1, int16_t y1, uint16_t color);//** \\ Joonista piksli laiune joon. Parameetrid: | * **// void lcd_gfx_drawLine(int16_t x, int16_t y, int16_t x1, int16_t y1, uint16_t color);//** \\ Joonista piksli laiune joon. Parameetrid: | ||
| * //x// - X algus koordinaat. | * //x// - X algus koordinaat. | ||