fixed typo for clear lcd screen function in hd44780 docs (#9086)
* fixed typo for clear lcd screen function brought to attention by #9085 * fixed typo for clear lcd screen function (ja docs)
This commit is contained in:
		
							parent
							
								
									774384ce31
								
							
						
					
					
						commit
						d846660e00
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -55,7 +55,7 @@ LCD_DISP_ON_CURSOR_BLINK : ディスプレイオン、点滅カーソル
 | 
			
		|||
````
 | 
			
		||||
これはキーボードの `matrix_init_kb` またはキーマップの `matrix_init_user` で行うのが最適です。
 | 
			
		||||
使用前にディスプレイをクリアすることをお勧めします。
 | 
			
		||||
そのためには、`lcd_clrsrc()` を呼びます。
 | 
			
		||||
そのためには、`lcd_clrscr()` を呼びます。
 | 
			
		||||
 | 
			
		||||
ディスプレイに何かを表示するには、最初に `lcd_gotoxy(column, line)` を呼びます。最初の行の先頭に移動するには、`lcd_gotoxy(0, 0)` を呼び出し、その後 `lcd_puts("example string")` を使って文字列を出力します。
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue