updated license headers
This commit is contained in:
parent
296e74f3e0
commit
6c38d5b310
148 changed files with 1089 additions and 3367 deletions
|
@ -1,29 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file drivers/gadc/AT91SAM7/gadc_lld.c
|
|
||||||
* @brief GADC - Periodic ADC driver source file for the AT91SAM7 cpu.
|
|
||||||
*
|
*
|
||||||
* @defgroup Driver Driver
|
* http://chibios-gfx.com/license.html
|
||||||
* @ingroup GADC
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gadc/AT91SAM7/gadc_lld_board_olimexsam7ex256.h
|
* @file drivers/gadc/AT91SAM7/gadc_lld_board_olimexsam7ex256.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gadc/AT91SAM7/gadc_lld_config.h
|
* @file drivers/gadc/AT91SAM7/gadc_lld_config.h
|
||||||
|
|
|
@ -1,29 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file drivers/gaudin/gadc/gaudin_lld.c
|
|
||||||
* @brief GAUDIN - Driver file for using the cpu ADC (via GADC).
|
|
||||||
*
|
*
|
||||||
* @addtogroup GAUDIN
|
* http://chibios-gfx.com/license.html
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
#include "ch.h"
|
#include "ch.h"
|
||||||
#include "hal.h"
|
#include "hal.h"
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gaudin/gadc/gaudin_lld_board_olimexsam7ex256.h
|
* @file drivers/gaudin/gadc/gaudin_lld_board_olimexsam7ex256.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gaudin/gadc/gaudin_lld_config.h
|
* @file drivers/gaudin/gadc/gaudin_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9320/gdisp_lld.c
|
* @file drivers/gdisp/ILI9320/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9320/gdisp_lld_board_example.h
|
* @file drivers/gdisp/ILI9320/gdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Dmytro Milinevskyy <milinevskyy@gmail.com>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9320/gdisp_lld_board_olimex_pic32mx_lcd.h
|
* @file drivers/gdisp/ILI9320/gdisp_lld_board_olimex_pic32mx_lcd.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h
|
* @file drivers/gdisp/ILI9320/gdisp_lld_board_olimex_stm32_lcd.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9320/gdisp_lld_config.h
|
* @file drivers/gdisp/ILI9320/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9325/gdisp_lld.c
|
* @file drivers/gdisp/ILI9325/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9325/gdisp_lld_board_example.h
|
* @file drivers/gdisp/ILI9325/gdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
driver quickly hacked together from a chinese sourcecode that came
|
driver quickly hacked together from a chinese sourcecode that came
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9325/gdisp_lld_config.h
|
* @file drivers/gdisp/ILI9325/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9481/gdisp_lld.c
|
* @file drivers/gdisp/ILI9481/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9481/gdisp_lld_board_example.h
|
* @file drivers/gdisp/ILI9481/gdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.h
|
* @file drivers/gdisp/ILI9481/gdisp_lld_board_example_fsmc.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.h
|
* @file drivers/gdisp/ILI9481/gdisp_lld_board_firebullstm32f103.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/ILI9481/gdisp_lld_config.h
|
* @file drivers/gdisp/ILI9481/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef GE12_H
|
#ifndef GE12_H
|
||||||
#define GE12_H
|
#define GE12_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld.c
|
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h
|
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h
|
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
|
* @file drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef GE8_H
|
#ifndef GE8_H
|
||||||
#define GE8_H
|
#define GE8_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld.c
|
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h
|
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h
|
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld_board_olimexsam7ex256.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
|
* @file drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/S6D1121/gdisp_lld.c
|
* @file drivers/gdisp/S6D1121/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/S6D1121/gdisp_lld_board_example.h
|
* @file drivers/gdisp/S6D1121/gdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h
|
* @file drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/S6D1121/gdisp_lld_config.h
|
* @file drivers/gdisp/S6D1121/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1289/gdisp_lld.c
|
* @file drivers/gdisp/SSD1289/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example.h
|
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h
|
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
|
* @file drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1289/gdisp_lld_config.h
|
* @file drivers/gdisp/SSD1289/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1963/gdisp_lld.c
|
* @file drivers/gdisp/SSD1963/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h
|
* @file drivers/gdisp/SSD1289/gdisp_lld_board_example_fsmc.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h
|
* @file drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1963/gdisp_lld_config.h
|
* @file drivers/gdisp/SSD1963/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD1963/gdisp_lld_panel_example.h
|
* @file drivers/gdisp/SSD1963/gdisp_lld_panel_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef SSD1963_H
|
#ifndef SSD1963_H
|
||||||
#define SSD1963_H
|
#define SSD1963_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD2119/gdisp_lld.c
|
* @file drivers/gdisp/SSD2119/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.h
|
* @file drivers/gdisp/SSD2119/gdisp_lld_board_embest_dmstf4bb.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD2119/gdisp_lld_config.h
|
* @file drivers/gdisp/SSD2119/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/SSD2119/ssd2119.h
|
* @file drivers/gdisp/SSD2119/ssd2119.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/TestStub/gdisp_lld.c
|
* @file drivers/gdisp/TestStub/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/gdisp/TestStub/gdisp_lld_config.h
|
* @file drivers/gdisp/TestStub/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/dial/GADC/ginput_lld_dial.c
|
* @file drivers/ginput/dial/GADC/ginput_lld_dial.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/dial/GADC/ginput_lld_dial_board_olimexsam7ex256.h
|
* @file drivers/ginput/dial/GADC/ginput_lld_dial_board_olimexsam7ex256.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/dial/GADC/ginput_lld_dial_config.h
|
* @file drivers/ginput/dial/GADC/ginput_lld_dial_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle.c
|
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h
|
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h
|
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_board_olimexsam7ex256.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h
|
* @file drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
|
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h
|
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h
|
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h
|
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h
|
||||||
|
|
|
@ -1,30 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file drivers/ginput/touch/ADS7843/ginput_lld_mouse_config.h
|
|
||||||
* @brief GINPUT LLD header file for mouse/touch driver.
|
|
||||||
*
|
*
|
||||||
* @defgroup Mouse Mouse
|
* http://chibios-gfx.com/license.html
|
||||||
* @ingroup GINPUT
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/MCU/ginput_lld_mouse.c
|
* @file drivers/ginput/touch/MCU/ginput_lld_mouse.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h
|
* @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h
|
* @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h
|
* @file drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_stm32_lcd.h
|
||||||
|
|
|
@ -1,30 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file drivers/ginput/touch/MCU/ginput_lld_mouse_config.h
|
|
||||||
* @brief GINPUT LLD header file for touch driver.
|
|
||||||
*
|
*
|
||||||
* @defgroup Mouse Mouse
|
* http://chibios-gfx.com/license.html
|
||||||
* @ingroup GINPUT
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/STMPE811/ginput_lld_mouse.c
|
* @file drivers/ginput/touch/STMPE811/ginput_lld_mouse.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h
|
* @file drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h
|
* @file drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h
|
||||||
|
|
|
@ -1,30 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file drivers/ginput/touch/STMPE811/ginput_lld_mouse_config.h
|
|
||||||
* @brief GINPUT LLD header file for mouse/touch driver.
|
|
||||||
*
|
*
|
||||||
* @defgroup Mouse Mouse
|
* http://chibios-gfx.com/license.html
|
||||||
* @ingroup GINPUT
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/ginput/touch/STMPE811/stmpe811.h
|
* @file drivers/ginput/touch/STMPE811/stmpe811.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/multiple/Win32/gdisp_lld.c
|
* @file drivers/multiple/Win32/gdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS-GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS-GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/multiple/Win32/gdisp_lld_config.h
|
* @file drivers/multiple/Win32/gdisp_lld_config.h
|
||||||
|
|
|
@ -1,30 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file drivers/multiple/Win32/ginput_lld_mouse_config.h
|
|
||||||
* @brief GINPUT LLD header file for mouse/touch driver.
|
|
||||||
*
|
*
|
||||||
* @defgroup Mouse Mouse
|
* http://chibios-gfx.com/license.html
|
||||||
* @ingroup GINPUT
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
#ifndef _LLD_GINPUT_MOUSE_CONFIG_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/multiple/Win32/ginput_lld_toggle_config.h
|
* @file drivers/multiple/Win32/ginput_lld_toggle_config.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/tdisp/HD44780/tdisp_lld.c
|
* @file drivers/tdisp/HD44780/tdisp_lld.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/tdisp/HD44780/tdisp_lld_board_example.h
|
* @file drivers/tdisp/HD44780/tdisp_lld_board_example.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/tdisp/HD44780/tdisp_lld_board_olimex_e407.h
|
* @file drivers/tdisp/HD44780/tdisp_lld_board_olimex_e407.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file drivers/tdisp/HD44780/tdisp_lld_board_st_stm32f4_discovery.h
|
* @file drivers/tdisp/HD44780/tdisp_lld_board_st_stm32f4_discovery.h
|
||||||
|
|
|
@ -1,49 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file include/gadc/gadc.h
|
|
||||||
* @brief GADC - Periodic ADC subsystem header file.
|
|
||||||
*
|
*
|
||||||
* @addtogroup GADC
|
* http://chibios-gfx.com/license.html
|
||||||
*
|
|
||||||
* @details The reason why ChibiOS/GFX has it's own ADC abstraction is because
|
|
||||||
* the Chibi-OS drivers are very CPU specific and do not
|
|
||||||
* provide a way across all hardware platforms to create periodic
|
|
||||||
* ADC conversions. There are also issues with devices with different
|
|
||||||
* characteristics or periodic requirements on the same ADC
|
|
||||||
* device (but different channels). This layer attempts to solve these
|
|
||||||
* problems to provide a architecture neutral API. It also provides extra
|
|
||||||
* features such as multi-buffer chaining for high speed ADC sources.
|
|
||||||
* It provides one high speed virtual ADC device (eg a microphone) and
|
|
||||||
* numerous low speed (less than 100Hz) virtual ADC devices (eg dials,
|
|
||||||
* temperature sensors etc). The high speed device has timer based polling
|
|
||||||
* to ensure exact conversion periods and a buffer management system.
|
|
||||||
* The low speed devices are assumed to be non-critical timing devices
|
|
||||||
* and do not have any buffer management.
|
|
||||||
* Note that while only one high speed device has been provided it can
|
|
||||||
* be used to read multiple physical ADC channels on the one physical
|
|
||||||
* ADC device.
|
|
||||||
* All callback routines are thread based unlike the Chibi-OS interrupt based
|
|
||||||
* routines.
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GADC_H
|
#ifndef _GADC_H
|
||||||
|
|
|
@ -1,29 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file include/gadc/lld/gadc_lld.h
|
|
||||||
* @brief GADC - Periodic ADC driver header file.
|
|
||||||
*
|
*
|
||||||
* @defgroup Driver Driver
|
* http://chibios-gfx.com/license.html
|
||||||
* @ingroup GADC
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GADC_LLD_H
|
#ifndef _GADC_LLD_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gadc/options.h
|
* @file include/gadc/options.h
|
||||||
|
|
|
@ -1,29 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file include/gaudin/gaudin.h
|
|
||||||
* @brief GAUDIN - Audio Input subsystem header file.
|
|
||||||
*
|
*
|
||||||
* @addtogroup GAUDIN
|
* http://chibios-gfx.com/license.html
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GAUDIN_H
|
#ifndef _GAUDIN_H
|
||||||
|
|
|
@ -1,29 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file include/gaudin/lld/gaudin_lld.h
|
|
||||||
* @brief GAUDIN - Audio Input driver header file.
|
|
||||||
*
|
*
|
||||||
* @defgroup Driver Driver
|
* http://chibios-gfx.com/license.html
|
||||||
* @ingroup GAUDIN
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GAUDIN_LLD_H
|
#ifndef _GAUDIN_LLD_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gaudin/options.h
|
* @file include/gaudin/options.h
|
||||||
|
|
|
@ -1,29 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file include/gaudout/gaudout.h
|
|
||||||
* @brief GAUDOUT - Audio Output subsystem header file.
|
|
||||||
*
|
*
|
||||||
* @addtogroup GAUDOUT
|
* http://chibios-gfx.com/license.html
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GAUDOUT_H
|
#ifndef _GAUDOUT_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gaudout/options.h
|
* @file include/gaudout/options.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gdisp/fonts.h
|
* @file include/gdisp/fonts.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gdisp/gdisp.h
|
* @file include/gdisp/gdisp.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gdisp/image.h
|
* @file include/gdisp/image.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gdisp/lld/emulation.c
|
* @file include/gdisp/lld/emulation.c
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gdisp/lld/gdisp_lld.h
|
* @file include/gdisp/lld/gdisp_lld.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gdisp/lld/gdisp_lld_msgs.h
|
* @file include/gdisp/lld/gdisp_lld_msgs.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gdisp/options.h
|
* @file include/gdisp/options.h
|
||||||
|
|
|
@ -1,34 +1,8 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
|
||||||
This file is part of ChibiOS/GFX.
|
|
||||||
|
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
/**
|
|
||||||
* @file include/gevent/gevent.h
|
|
||||||
* @brief GEVENT GFX User Event subsystem header file.
|
|
||||||
*
|
*
|
||||||
* @addtogroup GEVENT
|
* http://chibios-gfx.com/license.html
|
||||||
*
|
|
||||||
* @details GEVENT provides a simple to use but yet powerful event
|
|
||||||
* system.
|
|
||||||
*
|
|
||||||
* @pre GFX_USE_GEVENT must be set to TRUE in your gfxconf.h
|
|
||||||
*
|
|
||||||
* @{
|
|
||||||
*/
|
*/
|
||||||
#ifndef _GEVENT_H
|
#ifndef _GEVENT_H
|
||||||
#define _GEVENT_H
|
#define _GEVENT_H
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gevent/options.h
|
* @file include/gevent/options.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gfx.h
|
* @file include/gfx.h
|
||||||
|
|
|
@ -1,22 +1,9 @@
|
||||||
/*
|
/*
|
||||||
ChibiOS/GFX - Copyright (C) 2012, 2013
|
* This file is subject to the terms of the GFX License, v1.0. If a copy of
|
||||||
Joel Bodenmann aka Tectu <joel@unormal.org>
|
* the license was not distributed with this file, you can obtain one at:
|
||||||
|
*
|
||||||
This file is part of ChibiOS/GFX.
|
* http://chibios-gfx.com/license.html
|
||||||
|
*/
|
||||||
ChibiOS/GFX is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 3 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
|
|
||||||
ChibiOS/GFX is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/gfx_rules.h
|
* @file include/gfx_rules.h
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue