Skip to content

Update fork with changes from master #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Sep 2, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions firmware/Examples/Advanced/PowerTest/OpenLCD_PowerTest.ino

This file was deleted.

113 changes: 0 additions & 113 deletions firmware/Examples/Advanced/Test_BlueBL/OpenLCD_Test_BlueBL.ino

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
VIN to 5V
GND to GND

Command cheat sheet:
Command cheat sheet:
ASCII / DEC / HEX
'|' / 124 / 0x7C - Put into setting mode
Ctrl+c / 3 / 0x03 - Change width to 20
Expand Down Expand Up @@ -50,8 +50,9 @@
/ 128-157 / 0x80-0x9D - Set the primary backlight brightness. 128 = Off, 157 = 100%.
/ 158-187 / 0x9E-0xBB - Set the green backlight brightness. 158 = Off, 187 = 100%.
/ 188-217 / 0xBC-0xD9 - Set the blue backlight brightness. 188 = Off, 217 = 100%.

For example, to change the baud rate to 115200 send 124 followed by 18.
For example, to change the baud rate to 115200 send 124 followed by 18.
'+' / 43 / 0x2B - Set Backlight to RGB value, follow + by 3 numbers 0 to 255, for the r, g and b values.
For example, to change the backlight to yellow send + followed by 255, 255 and 0.

*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
OpenLCD will work at 400kHz Fast I2C. Use the .setClock() call shown below to set the data rate
faster if needed.

Command cheat sheet:
Command cheat sheet:
ASCII / DEC / HEX
'|' / 124 / 0x7C - Put into setting mode
Ctrl+c / 3 / 0x03 - Change width to 20
Expand Down Expand Up @@ -70,8 +70,9 @@
/ 128-157 / 0x80-0x9D - Set the primary backlight brightness. 128 = Off, 157 = 100%.
/ 158-187 / 0x9E-0xBB - Set the green backlight brightness. 158 = Off, 187 = 100%.
/ 188-217 / 0xBC-0xD9 - Set the blue backlight brightness. 188 = Off, 217 = 100%.

For example, to change the baud rate to 115200 send 124 followed by 18.
For example, to change the baud rate to 115200 send 124 followed by 18.
'+' / 43 / 0x2B - Set Backlight to RGB value, follow + by 3 numbers 0 to 255, for the r, g and b values.
For example, to change the backlight to yellow send + followed by 255, 255 and 0.

*/

Expand Down
Loading