File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Other single controler modules like LCD1604 will work too. LCD modules with two
5
5
6
6
Electrical connections and usage is the same for all modules, but display and memory organization is different. see below
7
7
8
- # LCD1602_direct .fs (name will change to LCD_direct)
8
+ # LCD_direct .fs
9
9
Forth words for 4bit parallel connection to a LCD.
10
10
11
11
* simple Example
@@ -22,7 +22,7 @@ Forth words for 4bit parallel connection to a LCD.
22
22
![ schematics] ( LCD1602_direct.png )
23
23
(sorry no time for real schematic)
24
24
25
- # LCD1602_i2c .fs (name will change to LCD_i2c)
25
+ # LCD_i2c .fs
26
26
forth words for i2c connected LCD1602 (via PCF8574)
27
27
28
28
* usage is same as above
@@ -48,7 +48,7 @@ I used Jean-Claude Wippler's flib to simplify the hardware access. https://git.j
48
48
49
49
## memory and display organization
50
50
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.
52
52
53
53
LCD_pos takes care of real position.
54
54
You can’t perform that action at this time.
0 commit comments