Giter Site home page Giter Site logo

LC-display and lcc documentation about vrcpu HOT 4 OPEN

visrealm avatar visrealm commented on May 25, 2024
LC-display and lcc documentation

from vrcpu.

Comments (4)

visrealm avatar visrealm commented on May 25, 2024

Hi.
The lcc and lcd commands are very similar to other commands which write to registers, except they manipulate two control lines on the character lcd. I don't support reading from the LCD, so R/W is hard-wired to write. I have EN and RS from the LCD connected to my microcode ROMS. These two lines are manipulated by the lcc and lcd commands. The only difference between the two commands is lcc holds RS low (command) and lcd holds RS high (data).
You can gain some insignt into the microcode by examining https://github.com/visrealm/vrcpu/blob/master/Arduino/Microcode/Microcode.cpp
Hope this helps
Troy

from vrcpu.

noonscoomo avatar noonscoomo commented on May 25, 2024

Thank you so much, that makes things much clearer. The code explains it beautifully but maybe it's easier to add them to the commands list.

from vrcpu.

noonscoomo avatar noonscoomo commented on May 25, 2024

ah btw., do you have some schematics? This would help a lot. Most of the modules are obvious, but schematics would help. Couldn't find them on github.

from vrcpu.

visrealm avatar visrealm commented on May 25, 2024

I don't. Most of my build is based on James Bates' build: https://github.com/jamesbates/jcpu . He does have schematics.

The core difference between his and mine (before adding the LCD, NES controller, program loader, etc.) is that all of my devices output-enables are driven through a single 74LS138. That allows me to drive 8 output-enables with 3 microcode ROM outputs. It also allows me to disable all device output-enables with a single CE signal to the 74LS138. I use this feature for the program loader to ensure all outputs are disabled so the ESP8266 can control the bus.

from vrcpu.

Related Issues (1)

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.