summaryrefslogtreecommitdiff
path: root/i
diff options
context:
space:
mode:
Diffstat (limited to 'i')
-rw-r--r--i/serialplot/serialplot_sdl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/i/serialplot/serialplot_sdl.c b/i/serialplot/serialplot_sdl.c
index 958736e..8dbbb8b 100644
--- a/i/serialplot/serialplot_sdl.c
+++ b/i/serialplot/serialplot_sdl.c
@@ -7,11 +7,11 @@ draw (int melt, int n, int vals[], double scale[],int position[])
Uint32 color;
static const Uint8 colors[][3] =
{
- { 0, 0, 255 }, // bleu
+ { 255, 255, 0 }, // jaune
{ 0, 255, 0 }, // vert
+ { 0, 0, 255 }, // bleu
{ 255, 0, 0 }, // rouge
{ 255, 0, 255 }, // mauve
- { 255, 255, 0 }, // jaune
{ 0, 255, 255 }, // cyan
{ 255, 255, 255 }, // blanc
};