reverse 2 img & p style & main pcb img change

master
Slayr 4 years ago
parent 275cf3de01
commit da6a04a6de

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

@ -20,7 +20,7 @@
<h1>
<div id="bigpcb">
<a href="#SPIX">
<img class="bigpcb" src="img/pcbimg.jpg"/>
<img class="bigpcb" src="img/pcbimg2.jpg"/>
</a>
</div>
<!-- <marquee class="maintitle" behavior="scroll" direction="left" height="250px"><embed class="output" src="img/input.gif" /></marquee> -->
@ -250,7 +250,7 @@
<p class= "p-style"> >>>> okokokok >> what >> dont be scared >> seven [7] is a straight forward .print&.read device >> you can play the prewritten poem [seven.ino] or you can write your own >> [7] can manipulate text >> it can send an outgoing message or be interrupted by an incoming one >> [7] enjoys repetition, coincidence & a gentle touch >> to channel text the module needs to be connected to a TV screen through a video input >> a video signal is broadcasted and can be listened to in mono >>>>>> mhmhmhmh >> how >> how i approached hardware >> 7 knobs & 7 buttons arranged in no particular hierarchy >> i wanted to create a humble device with clear manual functions >> an interface that makes you feel in control >> this urge became clear after getting familiar with a term calm technology during the Special Issue X >> calm technology - a type of information technology where the interaction between the technology and its user is designed to occur in the user's periphery rather than constantly at the centre of attention >> how >> how i approached software >> working within the framework of the tv.out library and a television monitor determined certain features of the program, such as its esthetics and its interface >> with a subject in mind the content of the poem [seven.ino] was developed and written while learning how to code with Arduino IDE >> the way the poem unfolds to a user depends on his/hers interaction with [7] >>>>>> ghhrrghrrr >> </p>
<button type="button" class="collapsible">Read More >></button>
<div class="extended">
<p> >> why >> in the beginning of the Special Issue X i was intrigued by DadaDodo >> DadaDodo is a program that analyses texts for word probabilities and then generates random sentences based on that >> sometimes these sentences are nonsense but sometimes they cut right through to the heart of the matter and reveal hidden meanings >> i was also interested in the experimental poetry examples mentioned in Florian Cramers “words made flesh” >> but why >> repetition of text is a method that i practice during live vocal performances >> a partial looping of a poem functions as a transition or/and an emphasis >> as a poet i am interested in a life of a written static poem-block >> when a poem does not have a voice present how could it still rustle? >> [7] is a first prototype towards that idea <<<<<<</p>
<p class= "p-style"> >> why >> in the beginning of the Special Issue X i was intrigued by DadaDodo >> DadaDodo is a program that analyses texts for word probabilities and then generates random sentences based on that >> sometimes these sentences are nonsense but sometimes they cut right through to the heart of the matter and reveal hidden meanings >> i was also interested in the experimental poetry examples mentioned in Florian Cramers “words made flesh” >> but why >> repetition of text is a method that i practice during live vocal performances >> a partial looping of a poem functions as a transition or/and an emphasis >> as a poet i am interested in a life of a written static poem-block >> when a poem does not have a voice present how could it still rustle? >> [7] is a first prototype towards that idea <<<<<<</p>
</div>
<div class="links">
<a class="link_title"href="https://pzwiki.wdka.nl/mw-mediadesign/images/0/0d/Sandra.pdf" target="_blank">Manual</a>
@ -273,7 +273,7 @@
<br>This module converts the data received from a scanned card into a sound and binary code. This Binary signal is then transfigured into LED blinking and is also funneled to another module through an output channel. Top row of an LCD screen displays a specific question from the list of a Q-code, depending on a knob position and when receiving a signal from another module, a random Q-code answer is shown on the second row of the screen. All other textual output can be sent to another module via Tx.</p>
<button type="button" class="collapsible">Read More >></button>
<div class="extended">
<p>Components and configuration
<p class= "p-style">Components and configuration
<br>⯐ : Solder
<br>🢗 : Plug into
<br>
@ -616,20 +616,15 @@ const unsigned char sound_data[] PROGMEM= {
<img src="img/pcb_sandra.png"/>
</a>
</a>
<br><marquee class="code" behavior="scroll" direction="left">{
Serial.begin(9600);
TV.begin(PAL);
TV.select_font(font4x6);
pinMode(BUTTON1, INPUT);
pinMode(BUTTON2, INPUT);
pinMode(BUTTON3, INPUT);
pinMode(BUTTON4, INPUT);
pinMode(BUTTON5, INPUT);
pinMode(BUTTON6, INPUT);
pinMode(BUTTON7, INPUT);
pinMode(BUTTON8, INPUT);
pinMode(BUTTON9, INPUT);
} </marquee></br>
<br><marquee class="code" behavior="scroll" direction="left">
if (val1 == HIGH) {
TV.select_font(font4x6);
TV.print("POETRY");
Serial.print("POETRY"); //SEND TX
TV.draw_line(60,20,60,76,WHITE);
}
</marquee></br>
</div>
<a id="mika_module">

Loading…
Cancel
Save