81 lines
3.3 KiB
JavaScript
81 lines
3.3 KiB
JavaScript
/*
|
|
@licstart The following is the entire license notice for the
|
|
JavaScript code in this file.
|
|
|
|
Copyright (C) 1997-2019 by Dimitri van Heesch
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of version 2 of the GNU General Public License as published by
|
|
the Free Software Foundation
|
|
|
|
This program 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, write to the Free Software Foundation, Inc.,
|
|
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
@licend The above is the entire license notice
|
|
for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "PicoVGA", "index.html", [
|
|
[ "Introduction", "index.html", [
|
|
[ "About this Fork", "index.html#autotoc_md7", null ],
|
|
[ "About PicoVGA", "index.html#autotoc_md8", null ],
|
|
[ "Features", "index.html#autotoc_md9", null ],
|
|
[ "Examples and Tutorials", "index.html#autotoc_md10", null ],
|
|
[ "License terms", "index.html#autotoc_md11", null ],
|
|
[ "Getting Help", "index.html#autotoc_md12", null ]
|
|
] ],
|
|
[ "Connections", "connections.html", [
|
|
[ "How to Connect to VGA display", "connections.html#autotoc_md0", null ],
|
|
[ "How to connect Pico to PC with serial port", "connections.html#autotoc_md1", null ],
|
|
[ "Wiring diagram", "connections.html#autotoc_md2", null ]
|
|
] ],
|
|
[ "Getting Started", "gettingstarted.html", [
|
|
[ "Installing PicoVGA", "gettingstarted.html#autotoc_md3", null ],
|
|
[ "Building the Examples", "gettingstarted.html#autotoc_md4", null ],
|
|
[ "Integrating PicoVGA into Your Project", "gettingstarted.html#autotoc_md5", null ],
|
|
[ "Configuring PicoVGA", "gettingstarted.html#autotoc_md6", null ]
|
|
] ],
|
|
[ "Usage Rules", "usagerules.html", null ],
|
|
[ "API Modules", "modules.html", "modules" ],
|
|
[ "Data Structures", "annotated.html", [
|
|
[ "Data Structures", "annotated.html", "annotated_dup" ],
|
|
[ "Data Structure Index", "classes.html", null ],
|
|
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
|
[ "Data Fields", "functions.html", [
|
|
[ "All", "functions.html", null ],
|
|
[ "Functions", "functions_func.html", null ],
|
|
[ "Variables", "functions_vars.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ],
|
|
[ "Globals", "globals.html", [
|
|
[ "All", "globals.html", "globals_dup" ],
|
|
[ "Functions", "globals_func.html", null ],
|
|
[ "Variables", "globals_vars.html", null ],
|
|
[ "Enumerator", "globals_eval.html", null ],
|
|
[ "Macros", "globals_defs.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Github", "^https://github.com/codaris/picovga-cmake", null ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"annotated.html",
|
|
"group__CanvasGroup.html#gac53e49cc83c30367199882379ba8fd92",
|
|
"group__OverclockGroup.html#ga5264c2d64500b5cb904a1fe219881085",
|
|
"group__TextGroup.html#gacdf79045593025b8b51f841dd696094d",
|
|
"structsLayerMode.html#a1657cc078c173c9a97c4449571b3089f"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation'; |