Git Product home page Git Product logo

digifont's People

Contributors

cbm80amiga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

digifont's Issues

Is there is any way to print digit from left to right??

Hi,I have a problem in printing digit.I want to print float value from left to right but I cant do it because it creates blob when decimal point shift from right to left.Is there is any way to get around it??
display: ST7789

Example or Reference for using DigiFont with SSD1306 128x32 OLED ?

Hi @cbm80amiga ,

I saw the demo linked on your YouTube video using the DigiFont library with SSD1306 128x32. I want to implement 7 segment numbers in a similar way using this Library. Do you have an example or reference I could follow to implement DigiFont like in the SSD1306 128x32 demo above? I am unsure what changes would need to be made in the library to make this happen so any help is greatly appreciated. Thank you for all your great work on this library!

not an issue but a suggestion

In order to make your library more portable than to just the Arduino world I suggest you make 2 small changes:

a) replace #include <Arduino.h> with #include <stdint.h> that appears to be the only part you need for your single instance of uint8_t

b) replace your binary constants in the form B10101010 with the standard-C syntax 0b10101010

I compiled your library with these changes together with my own driver for the SSD1306 in AtmelStudio 7 - no Arduino around...
https://www.sciencetronics.com/greenphotons/?p=2211

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.