Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasco committed Oct 30, 2018
1 parent 091c2ae commit bc1f2d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
<dependency>
<groupId>com.ibasco.ucgdisplay</groupId>
<artifactId>ucgd-drivers-clcd</artifactId>
<version>1.0-alpha</version>
<version>1.0.1-alpha</version>
</dependency>

<!-- Graphics display driver -->
<dependency>
<groupId>com.ibasco.ucgdisplay</groupId>
<artifactId>ucgd-drivers-glcd</artifactId>
<version>1.0-alpha</version>
<version>1.0.1-alpha</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -147,7 +147,7 @@ public class HD44780Example {

HD44780DisplayDriver charDriver = new HD44780DisplayDriver(adapter, 20, 4);
charDriver.home();
charDriver.write("Hello World".getBytes());
charDriver.write("Hello World");
} catch (Exception e) {
log.error("Error occured", e);
}
Expand Down

0 comments on commit bc1f2d9

Please sign in to comment.