4 This is an simple program to configure the composite video output of many
5 different Allwinner SoC by directly manipulating the TV-Encoder registers.
7 This should help the Armbian project to fix the composite video output
8 overscan issue of different Allwinner based boards.
10 You can easily bild this program using GNU make:
15 The binary will be located at:
20 This program is free software; you can redistribute it and/or modify
21 it under the terms of the GNU General Public License as published by
22 the Free Software Foundation; either version 2 of the License, or
23 (at your option) any later version.
25 This program is distributed in the hope that it will be useful,
26 but WITHOUT ANY WARRANTY; without even the implied warranty of
27 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 GNU General Public License for more details.
30 You should have received a copy of the GNU General Public License
31 along with this program; if not, write to the Free Software
32 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA