mirror of
https://github.com/eclipse/upm.git
synced 2025-12-16 13:54:40 +03:00
styling: convert TAB to four SPACES
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
// 0x62 RGB_ADDRESS, 0x3E LCD_ADDRESS
|
||||
// 0x62 RGB_ADDRESS, 0x3E LCD_ADDRESS
|
||||
upm::Jhd1313m1 *lcd = new upm::Jhd1313m1(0, 0x3E, 0x62);
|
||||
lcd->setCursor(0,0);
|
||||
lcd->setCursor(0,0);
|
||||
lcd->write("Hello World");
|
||||
lcd->setCursor(1,2);
|
||||
lcd->write("Hello World");
|
||||
|
||||
Reference in New Issue
Block a user