Initial Commit

This commit is contained in:
Roman Boykov 2022-06-09 13:41:07 +03:00
commit a8a68ef544
13 changed files with 17523 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3
Export/README.md Normal file
View File

@ -0,0 +1,3 @@
# RGB2VGA
Принципиальная схема и плата в доступных для просмотра форматах.

Binary file not shown.

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 535 KiB

BIN
Export/render.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

3
Gerbers/README.md Normal file
View File

@ -0,0 +1,3 @@
# RGB2VGA
Файл для производства печатной платы.

29
LICENSE Normal file
View 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
View 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-кодек, исключена.
![image](Export/render.png)
[Исходники](Sources)
[Готовые схемы](Export)
[Герберы](Gerber)
Я данную версию не собирал, но собирал предыдущую, которая отличается от этой, только размером компонентов. В старой версии использовались резисторы и конденсаторы в размере 0603, это оказалось не удобно. Данный вариант расчитан на использование компонент 0805.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

7
Sources/README.md Normal file
View 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.