mirror of
https://github.com/romychs/RGB2VGA.git
synced 2025-04-10 15:56:30 +03:00
Initial Commit
This commit is contained in:
commit
a8a68ef544
6705
Export/PCB_RGB2VGA_BRD_BOTTOM_v2.0.1.pdf
Normal file
6705
Export/PCB_RGB2VGA_BRD_BOTTOM_v2.0.1.pdf
Normal file
File diff suppressed because it is too large
Load Diff
10752
Export/PCB_RGB2VGA_BRD_TOP_v2.0.1.pdf
Normal file
10752
Export/PCB_RGB2VGA_BRD_TOP_v2.0.1.pdf
Normal file
File diff suppressed because it is too large
Load Diff
3
Export/README.md
Normal file
3
Export/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# RGB2VGA
|
||||
|
||||
Принципиальная схема и плата в доступных для просмотра форматах.
|
BIN
Export/Schematic_RGB2VGA_v2.0.1.pdf
Normal file
BIN
Export/Schematic_RGB2VGA_v2.0.1.pdf
Normal file
Binary file not shown.
5
Export/Schematic_RGB2VGA_v2.0.1.svg
Normal file
5
Export/Schematic_RGB2VGA_v2.0.1.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 535 KiB |
BIN
Export/render.png
Normal file
BIN
Export/render.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
Gerbers/Gerber_RGB2VGA_BRD_v2.0.zip
Normal file
BIN
Gerbers/Gerber_RGB2VGA_BRD_v2.0.zip
Normal file
Binary file not shown.
3
Gerbers/README.md
Normal file
3
Gerbers/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# RGB2VGA
|
||||
|
||||
Файл для производства печатной платы.
|
29
LICENSE
Normal file
29
LICENSE
Normal file
@ -0,0 +1,29 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2021, Roman Boykov
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of the copyright holder nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
# RGB2VGA
|
||||
|
||||
В данном репозитории представлен проект конвертера RGB -> VGA, предназаначенный для подключения клонов компьютеров ZX Spectrum, а так же ряда других любительских компьютеров к VGA-мониторам.
|
||||
|
||||
Автор разработки *zx-kit*. Подробнее с разработкой можно ознакомиться на форуме [zx-pk.ru](https://zx-pk.ru/threads/10548-zxkit1-plata-vga-amp-pal.html).
|
||||
|
||||
Часть схемы, отвечающая за PAL-кодек, исключена.
|
||||
|
||||

|
||||
|
||||
[Исходники](Sources)
|
||||
|
||||
[Готовые схемы](Export)
|
||||
|
||||
[Герберы](Gerber)
|
||||
|
||||
Я данную версию не собирал, но собирал предыдущую, которая отличается от этой, только размером компонентов. В старой версии использовались резисторы и конденсаторы в размере 0603, это оказалось не удобно. Данный вариант расчитан на использование компонент 0805.
|
1
Sources/1-Schematic_RGB2VGA.json
Normal file
1
Sources/1-Schematic_RGB2VGA.json
Normal file
File diff suppressed because one or more lines are too long
1
Sources/3-PCB_RGB2VGA_BRD_V2.json
Normal file
1
Sources/3-PCB_RGB2VGA_BRD_V2.json
Normal file
File diff suppressed because one or more lines are too long
7
Sources/README.md
Normal file
7
Sources/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# RGB2VGA
|
||||
|
||||
Исходные файлы проекта в формате EasyEDA.
|
||||
|
||||
How to use:
|
||||
At EasyEDA editor, Click the document icon on the topbar, via "Document" > "Open" > "EasyEDA Source", and select json file, then open it at the editor.
|
||||
|
Loading…
Reference in New Issue
Block a user