OpenCores
URL https://opencores.org/ocsvn/layer2/layer2/trunk

Subversion Repositories layer2

[/] [layer2/] [trunk/] [sw/] [void/] [view.h] - Diff between revs 4 and 5

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 4 Rev 5
Line 1... Line 1...
/******************************************************************************
/******************************************************************************
 * void - Bootloader Version 0.2.1                                            *
 * void - Bootloader Version 0.2.2                                            *
 ******************************************************************************
 ******************************************************************************
 * Copyright (C)2011  Mathias Hörtnagl <mathias.hoertnagl@gmail.com>          *
 * Copyright (C)2011  Mathias Hörtnagl <mathias.hoertnagl@gmail.com>          *
 *                                                                            *
 *                                                                            *
 * This program is free software: you can redistribute it and/or modify       *
 * This program is free software: you can redistribute it and/or modify       *
 * it under the terms of the GNU General Public License as published by       *
 * it under the terms of the GNU General Public License as published by       *
Line 161... Line 161...
};
};
 
 
Window wBoot = {
Window wBoot = {
   {25, 12, 50, 7},
   {25, 12, 50, 7},
   {WHITE, BLACK},
   {WHITE, BLACK},
   "void Bootloader v0.2.1",
   "void Bootloader v0.2.2",
   1,
   1,
   { &menu }
   { &menu }
};
};
 
 
#endif
#endif
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.