Skip to content

Commit 739d007

Browse files
authored
Update README.md
1 parent 38bab55 commit 739d007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Other single controler modules like LCD1604 will work too. LCD modules with two
55

66
Electrical connections and usage is the same for all modules, but display and memory organization is different. see below
77

8-
# LCD1602_direct.fs (name will change to LCD_direct)
8+
# LCD_direct.fs
99
Forth words for 4bit parallel connection to a LCD.
1010

1111
* simple Example
@@ -22,7 +22,7 @@ Forth words for 4bit parallel connection to a LCD.
2222
![schematics](LCD1602_direct.png)
2323
(sorry no time for real schematic)
2424

25-
# LCD1602_i2c.fs (name will change to LCD_i2c)
25+
# LCD_i2c.fs
2626
forth words for i2c connected LCD1602 (via PCF8574)
2727

2828
* usage is same as above
@@ -48,7 +48,7 @@ I used Jean-Claude Wippler's flib to simplify the hardware access. https://git.j
4848

4949
## memory and display organization
5050

51-
characters will be writen with LCD_send or LCD_write on display in order of memory cells.
51+
characters will be writen with LCD_send or LCD_write on display continuously in order of memory cells.
5252

5353
LCD_pos takes care of real position.
5454

0 commit comments

Comments
 (0)