Coder Social home page Coder Social logo

Larger console font about hyperpixel HOT 2 CLOSED

pimoroni avatar pimoroni commented on August 19, 2024
Larger console font

from hyperpixel.

Comments (2)

snobu avatar snobu commented on August 19, 2024 1

Looks like framebuffer settings just paint a smaller area of the display, there's no scaling. I gave up and installed minimal Xorg and xterm.

Sharing the xterm command line for large enough font to see from 3m (that's 10ft across the pond) with good eye sight, should someone in the future work their way into a similar situation (who am i kidding, i'm trying to get this out there so i can find my post again in the future).

xterm -geometry 39x11 -rv -cr cyan -bd black \
      -fa 'Inconsolata' -fs 32 \
      -e '/app/start.sh'

# -fs is font size
# -e is execute this
# -fa is monospace font name
# -rv is reverse colors (black on white by default in xterm)
# -cr is cursor color
# -bd is xterm border color
# -geometry is like trig but easier :)

pi

Touchscreen just works in xterm which is very cool to highlight text by touch. I could probably make it scroll instead with a little effort..

I'm sure fbterm would also be a solution - they claim to support freetype2 fonts, not sure what didn't work for me but it really pissed me off (looks like i already blocked that memory).

Anyway @Gadgetoid thanks for looking at this one! HyperPixel is fantastic, every time people see it on that Pi they ask if it's Full HD and i say yes :)

from hyperpixel.

Gadgetoid avatar Gadgetoid commented on August 19, 2024

I'm not sure! Perhaps fbterm would help?

It would be tricky to adjust the scale- since anything that's not a 1:1 or 2:1 ratio would distort to the point of illegibility you're left with just: 800x480 or 400x240, although you might find the latter usable, I don't know how you would accomplish this on HyperPixel since it just accepts raw DPI signals from the Pi and can't do any scaling of its own.

You could, perhaps, experiment with setting:

framebuffer_width=400
framebuffer_height=240

from hyperpixel.

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.