diff options
Diffstat (limited to 'drivers/gdisp')
-rw-r--r-- | drivers/gdisp/SSD1306/gdisp_lld.c | 2 | ||||
-rw-r--r-- | drivers/gdisp/SSD1306/gdisp_lld_config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gdisp/SSD1306/gdisp_lld.c b/drivers/gdisp/SSD1306/gdisp_lld.c index 81fd1d66..5f337b54 100644 --- a/drivers/gdisp/SSD1306/gdisp_lld.c +++ b/drivers/gdisp/SSD1306/gdisp_lld.c @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
- * http://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
#include "gfx.h"
diff --git a/drivers/gdisp/SSD1306/gdisp_lld_config.h b/drivers/gdisp/SSD1306/gdisp_lld_config.h index 158c3e15..f0efc18e 100644 --- a/drivers/gdisp/SSD1306/gdisp_lld_config.h +++ b/drivers/gdisp/SSD1306/gdisp_lld_config.h @@ -2,7 +2,7 @@ * This file is subject to the terms of the GFX License. If a copy of
* the license was not distributed with this file, you can obtain one at:
*
- * http://chibios-gfx.com/license.html
+ * http://ugfx.org/license.html
*/
#ifndef _GDISP_LLD_CONFIG_H
|