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

Comparing DashInterface/Display.hpp (file contents):
Revision 39 by douglas, 2008-03-05T14:39:41-08:00 vs.
Revision 44 by douglas, 2008-03-06T15:21:03-08:00

# Line 192 | Line 192 | public:
192  
193          void Set(uint8_t column, uint8_t row, const std::string &data);
194  
195 +        inline void Set(uint8_t column, uint8_t row, char data)
196 +        {
197 +                Set(column, row, std::string(1, data));
198 +        }
199 +
200          inline void Set(uint8_t led, Color color, uint8_t brightness)
201          {
202                  Communicate(Packet::SetOrSetAndConfigureGPIOPin, 12 - (led << 1) - color, brightness);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines