ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/truck/DashInterface/DashInterface.cpp
(Generate patch)

Comparing DashInterface/DashInterface.cpp (file contents):
Revision 28 by douglas, 2008-02-25T21:13:59-08:00 vs.
Revision 30 by douglas, 2008-02-28T17:01:10-08:00

# Line 64 | Line 64 | usage: std::cout << _B("Usage: ") << arg
64  
65                  display.Store();
66                  display.Clear();
67 +                display.SetBacklight(100);
68 +                display.KeyReporting(Display::Up | Display::Enter | Display::Cancel | Display::Left | Display::Right | Display::Down, Display::Up | Display::Enter | Display::Cancel | Display::Left | Display::Right | Display::Down);
69 +                display.Set(0, 0, _B("Hello, World!"));
70 +                display.Set(0, Display::Green, 0);
71 +                display.Set(0, Display::Red, 100);
72  
73                  /*GPS::GPS gps;
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines