acuadros / u8glib

Automatically exported from code.google.com/p/u8glib
0 stars 0 forks source link

Belegung/Analogpins t6963 #238

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hallo,

ich bin bei der Beschriftung etwas durcheinander gekommen und frage mich wie 
benutzte ich die Analog-Pins? Einfach A0 ?

Ich habe ein Bild meiner Anschlüsse angehängt.

Original issue reported on code.google.com by PHilippK...@googlemail.com on 8 Feb 2014 at 5:24

Attachments:

GoogleCodeExporter commented 9 years ago
ja, eigentlich sollte A0..A5 funktionieren. Es gibt aber auch entsprechende 
nummern (das steht irgendwo auf den Arduino pages). Grundsätzlich 
funktionieren die analog ports genauso wie die digital ports.

Original comment by olikr...@gmail.com on 8 Feb 2014 at 7:02

GoogleCodeExporter commented 9 years ago
Hat sich erledigt, trotzdem danke denn es läuft jetzt mit der 
Ersatzschreibweise "D15" für die Analogpins!

Eine andere Frage, ich habe hier ein Display ohne Framebuffer das man wohl ganz 
einfach beschreiben kann. Meine Idee war jetzt das man ja das Bild im Ram 
generieren kann wenn davon genug vorhanden ist.. wäre ja quasi nur noch ein 
kleiner Schritt oder nicht?

Pseudobeispiel als Interrupt:
repeat
    invert M;
    FLM high/low
    for y = 0 to 64 do
        CL1 high/low;
        for x = 0 to 480 do
            D = Pixeldata;
            CL2 high/low;
        next;
    next;
until

Original comment by schuppe...@googlemail.com on 12 Feb 2014 at 9:17

GoogleCodeExporter commented 9 years ago
Ich hab sowas noch nicht gemacht. Aber was ich bisher gelesen habe, braucht man 
recht viel rechen leistung. 

Original comment by olikr...@gmail.com on 12 Feb 2014 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 23 Feb 2014 at 3:37

GoogleCodeExporter commented 9 years ago

Original comment by olikr...@gmail.com on 23 Feb 2014 at 3:37