projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added extra debug info
[hackover2013-badge-firmware.git]
/
project
/
commands
/
drawing
/
cmd_rectangle.c
diff --git
a/project/commands/drawing/cmd_rectangle.c
b/project/commands/drawing/cmd_rectangle.c
index
2750d1d
..
05f039d
100644
(file)
--- a/
project/commands/drawing/cmd_rectangle.c
+++ b/
project/commands/drawing/cmd_rectangle.c
@@
-43,8
+43,8
@@
#include "project/commands.h" // Generic helper functions
#ifdef CFG_TFTLCD
#include "project/commands.h" // Generic helper functions
#ifdef CFG_TFTLCD
- #include "drivers/
lcd
/tft/lcd.h"
- #include "drivers/
lcd
/tft/drawing.h"
+ #include "drivers/
displays
/tft/lcd.h"
+ #include "drivers/
displays
/tft/drawing.h"
/**************************************************************************/
/*!
/**************************************************************************/
/*!
@@
-125,7
+125,7
@@
void cmd_rectangleround(uint8_t argc, char **argv)
}
else
{
}
else
{
- drawR
ectangleRound
ed(x1, y1, x2, y2, (uint16_t)c, radius, corners);
+ drawR
oundedRectangleFill
ed(x1, y1, x2, y2, (uint16_t)c, radius, corners);
}
}
}
}
This page took
0.024504 seconds
and
4
git commands to generate.