Giter VIP home page Giter VIP logo

Comments (4)

rockytriton avatar rockytriton commented on May 12, 2024

I played around with this same thing, here's a repo i have which is mostly based on what I learned from this repo. I added a video.c which would write things to the screen using the HDMI output: https://github.com/rockytriton/DSOS/tree/master/src

The problem here is that this uses the CPU to draw on the screen, which is ungodly slow. If you have a whole screen of text it takes several seconds to draw it. The only way to fast write to the screen is using the GPU, which I couldn't find any documentation on.

Edit: at one point i did have it writing the printf stuff to the screen but I don't think I ever uploaded that code cause it was so badly slow.

from raspberry-pi-os.

mmaret avatar mmaret commented on May 12, 2024

Hi, maybe you can get some information from here : https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/screen01.html

from raspberry-pi-os.

StrSebastian avatar StrSebastian commented on May 12, 2024

hi, @robitec97 i have the same problem with the jsanders OS. Did u get it to work?

from raspberry-pi-os.

robitec97 avatar robitec97 commented on May 12, 2024

@Jesus8000 Unfortunately, no.

from raspberry-pi-os.

Related Issues (20)

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.