diff options
| -rw-r--r-- | apps/credits.c | 2 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/apps/credits.c b/apps/credits.c index 5743f2e..f9bfe17 100644 --- a/apps/credits.c +++ b/apps/credits.c @@ -66,6 +66,8 @@ char* credits[] = { "John Pybus", "Randy Wood", "Gregory Haerr", + "Philipp Pertermann", + "Gilles Roux", }; #ifdef HAVE_LCD_BITMAP diff --git a/docs/CREDITS b/docs/CREDITS index fc0b217..d0bd757 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -50,3 +50,4 @@ John Pybus Code Randy Wood Code Gregory Haerr Code Philipp Pertermann Code +Gilles Roux Code |