Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
et:software:libraries:lcd [2009/11/16 13:12] – vana versioon taastatud raivo.sellet:software:libraries:lcd [2010/01/18 13:19] (current) – eemaldatud mikk.leini
Line 1: Line 1:
-====== LCD teek ====== 
- 
-LCD kasutamiseks tõmba alla järgnevad failid ja lisa need oma projekti. 
- 
-  * {{:software:libraries:lcd.c}} 
-  * {{:software:libraries:lcd.h}} 
- 
-===== Teegi kasutamise näide ===== 
- 
-<code c> 
-#include <avr/io.h> 
-#include "lcd.h" 
-#include "lcd.c" 
- 
-int main(void) 
-{  
- // Init display 
- lcd_init(LCD_DISP_ON);  
-  
- // Go-to first row and to third character 
- lcd_gotoxy(2, 0);  
- 
- // Output text 
- lcd_puts("Hello!"); 
- 
- // Clear screen 
- lcd_clrscr(); 
-} 
-</code> 
  
et/software/libraries/lcd.1258369923.txt.gz · Last modified: (external edit)
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0