Giter VIP home page Giter VIP logo

godmd's People

Contributors

mdillmann avatar sker65 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

godmd's Issues

farbwechsel in main loop

Das Menü bietet einen Farbwechsel für Animation und Uhr an. Ist aber noch nicht implementiert

Check IR-Codes in 1.05

After updating ir codes and flashing my personal clock, absolutly no code is recognized any more.

Codes now look completely different, not sure if tested with Ralf remote, are there two different types of remotes?

EEPROM mit SDCard simulieren

da der PIC kein EEPROM hat und das flashen nicht korrekt funktioniert, soll einfach ein SD File geschrieben werden was die Einstellungen speichert.

Ist implementiert, funktioniert aber irgendwie nicht korrekt

kleiner Font für Uhr unterstützen

die Uhr soll bei laufender Animation auch mit alternativem kleinen Font gezeigt werden.

Font wird bereits geladen, aber anzeige geht noch nicht.

Uhr im Hintergrund

Uhr sollte alternativ auch im Hintergrung erscheinen können, nicht nur vorne mit ausgestanzter Maske

FSK Tag supporten

geschrieben / gelesen wird das im file format bereits, aber noch nicht danach gefiltert.
Um filtern zu können, muss noch eine Einstellung ins Menü mit der man die Altersgrenze festlegt

Cycle Fonts

There should be a option to enable automatically changing of fonts

Create an UDP server on node

Create a UDP Server on node that transparently forwards packets to the PIC and the other way round.

  • define Protocol for serial link
  • create server class on the PIC side that listens to that protocol on serial1
  • first application would be: file upload to sd card

Pixel für FB Anzeige per Menü deaktiveren

Anscheinend registriert der IR Empfänger auch Signale anderer Fernbedienungen .
Hier wäre es schön, wenn man die Signalisierung des Empfangs durch den linken obersten Pixel per Setting deaktivieren könnte,

on transitions clock should prerender what follows the ani

with new date / temp / time phase control, it is very likely that in a transition time is rendered behind the last scene, but then immediately the clock switches to date or temp display.

It should always be prerendered "behind" what is shown next.

Handle overflow of millis()

millis will overflow after 49 day, make sure clock is running well on overflow.

suggestions:

  • register / reset all milli storing var in a way that they can be reseted / adjusted
  • switch to another time var with 0.1 sec resolution to get a 4900 day overflow period.
    -> this can be done by register a timer0 callback in chipkit

Uhr bleibt nach einiger Zeit dunkel

From @eliottk on August 8, 2015 10:52

Meine Uhr hat das Problem, dass sie nachdem sie sich ausgeschalten hat, da sich niemand im Raum befand und zappelte, sich hin und wieder nicht mehr einschaltet. Das ganze geht ein paar mal gut und dann bleibt sie dunkel. Ich muss dann einen Reset machen und dann geht sie wieder.

Copied from original issue: sker65/go-dmd-clock#8

helligkeits regelung LED

Overall helligkeits steuerung ist noch nicht implementiert
an ende des interrupts, müssen die LED aus bleiben für einen Anteil der
Zeit die eigentlich gesetzt ist und zwar jedes zweite mal.

Speed up serial communication with ESP to 112500 baud

in preparation of file transfer the speed of the comm link to ESP must be faster.

as the esp is not reseted, when pic restarts, we need to sync baud rates, regardless what the uart of the esp is set, like this: try 9600, expect crap or CR/LF, try 112500 expect CR/LF

to not delay boot time, we maybe post pone the whole detection as update task.

Clock is not settable

Not possible to set the time
after adjust time and date with remote control or the button
the displayed time starts always wit 17:30
Setting for i.e. time display hh:mm / hh:mm:ss works
firmware is newest : goDMD-1.01.hex
date is 29.04.43 although in setting menue the year is correct: 2015

Ablauf der DMD Animation mit zufälliger Reihenfolge

Um den Ablauf zufällig zu machen, sollte das File einmal komplett indiziert sein, d.h. der Anfang der Animation muss bekannt sein.

Entweder der Compiler erzeugt so ein Verzeichnis oder es wird zur Laufzeit aufgebaut.

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.