Skip to content

Commit

Permalink
update hello world exemple
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursiveError committed Mar 28, 2023
1 parent 5965c23 commit e806744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world/hello_world.ino
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
LCDParallel LcdInter(RS,EN,D4,D5,D6,D7);
*/
LCDPCF8754 LcdInter(0x27);
LCDPCF8574 LcdInter(0x27);
Omnicrystal lcd(LcdInter, Bus4Bits, 2, 16);

void setup() {
Expand Down

0 comments on commit e806744

Please sign in to comment.