Coder Social home page Coder Social logo

hbekel / overlay64 Goto Github PK

View Code? Open in Web Editor NEW
11.0 7.0 2.0 1.81 MB

video overlay module

Home Page: http://www.henning-liebenau.de/overlay64

License: GNU General Public License v3.0

Makefile 3.10% C 55.29% Assembly 34.51% PHP 6.90% Shell 0.09% Game Maker Language 0.10%

overlay64's Introduction

overlay64 - video overlay module

The overlay64 module allows superimposing predefined texts onto an
existing composite signal or onto the luminance portion of an s-video
signal depending on the states of up to sixteen digital input
lines. An LM1881 video sync separator IC is used to detect the
vertical and horizontal sync pulses of the video signal. An Atmega1284
uses these signals to synchronize with the video signal and to
superimpose text on the video display by bit-banging the corresponding
characters over SPI.

The user writes a simple configuration file that determines which
texts are to be displayed for which input line states. The
configuration file is converted to a binary format using the supplied
commandline tool before flashing it to the Atmegas's eeprom memory via
the USB interface.

Possible uses include displaying the state of control lines for
additional hardware installed in a homecomputer such as the Commodore
64, for example to display the currently selected kernal based on the
state of the control lines for a multi-kernal adapter.

An early working prototype can be seen in this video where it displays
the runtime configuration of the MixSID Stereo SID board:

https://www.youtube.com/watch?v=0exp2yM0WHM

This repository includes the complete sourcecode of the client
software, the firmware and all design files in KiCAD format.

LICENSING

Hardware licenced under CERN OHL v.1.2, see ./hardware/LICENSE.txt
Software and firmware licenced under GNU GPLv3, see ./LICENSE

The software contains MIT licensed code from
https://github.com/arkku/ihex for reading Intel HEX files, Copyright
(c) 2013-2015 Kimmo Kulovesi, see ./intelhex/LICENSE

The firmware contains the V-USB Driver (https://www.obdev.at/vusb),
(C)2008 Objective Development GmbH.

Distributed in the ./bootloader directory is the USBasp bootloader,
(C)2013 Stephan Baerwolf ([email protected]) and (C)2008 Objective
Development GmbH (https://www.obdev.at/vusb).

In compliance with the terms of the (identical) V-USB driver and
USBasp bootloader licenses (./firmware/usbdrv/License.txt and
./bootloader/License.txt), the entire project is published under

http://www.henning-bekel.de/overlay64

In addition, this distribution contains

- a circuit diagram in PDF format, see ./hardware/overlay64-schematics.pdf
- the full source code for the host software in ./firmware
- this README file
- references to https://www.obdev.at/vusb

The USB Product and Vendor IDs for the Overlay64 USB device have kindly
been provided by OpenMoko, Inc (http://openmoko.org).

overlay64's People

Contributors

hbekel avatar

Stargazers

Michæl avatar Barry Van Deerlin avatar  avatar  avatar Paolo Pisati avatar Damian Woroch avatar Markus Fritze avatar  avatar Xad avatar Uffe Jakobsen avatar  avatar

Watchers

 avatar James Cloos avatar soenke.smiletzki avatar Paolo Pisati avatar  avatar marty RADWAR avatar Xad avatar

Forkers

sgw32 pazuzu72

overlay64's Issues

New feature idea: draw bad lines, borders etc.

How about drawing something else than text and would be helpful for coders and artists, like:

  • bad lines (no doubt coders would like to have this feature) ignore FLD or whatever can delay bad lines, simply draw a dotted line where they normally occur
  • borders of foreground (i.e. with same foreground and background color it's hard to tell if something is off center)
  • margins of visible area (customizable x1, y1, x2, y2) once set that can be later used for calibrating projectors/CRTs for C64 video output, like https://csdb.dk/release/?id=201894 does

More or less that's what came to my mind.

Device resets into Bootloader after config is sent

I compiled software and firmware from todays sources (30 Jan 17). Now, with "overlay64 configure config.txt" the config is translated and sent to the device, but then it shows "Resetting device......" for 6-8 seconds. After that, the Overlay64 is in boot loader mode.
I'm using Prototype V2 Hardware, if that matters...

Displaying "#" is not possible

The config phrase <write 5 7 "#1"> will not work. I guess it is because "#" is the comment character. "#" doesn't work either.

In the beta-version of October 2016, this worked. Could you "escape" the #-character? :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.