added SparkFun logo

This commit is contained in:
JP
2014-06-09 11:20:56 +10:00
parent 8ebf545e08
commit 73cf96e723
3 changed files with 692 additions and 692 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -94,6 +94,7 @@ void loop() {
**v1.11b: 9th June 2014 by JP Liew**
* added simple tutorials for production sketch
* modified OLED RESET pin to 7
* added SparkFun Logo
**v1.10b: 22th April 2014 by JP Liew**
* changed SS, RESET, DC pins to use weak internal pull-up resistors

View File

@@ -10,7 +10,7 @@ void setup() {
uView.clear(ALL); // erase hardware memory inside the OLED controller
uView.display(); // display the content in the buffer memory, by default it is the MicroView logo
setTime(10,10,01,17,1,2014);
delay(500);
delay(700);
uView.clear(PAGE); // erase the memory buffer, when next uView.display() is called, the OLED will be cleared.
}
@@ -341,7 +341,6 @@ void displayEnd() {
delay(onDelay);
}
void loop() {
int i;
static double counter=99999;
@@ -474,7 +473,6 @@ void loop() {
uView.display();
}
onDelay=5;
uView.setFontType(0);
uView.setCursor(0,40);
@@ -563,7 +561,7 @@ void loop() {
counter--;
uView.display();
mSec=millis()+100;
}ggggg
}
}
uView.clear(PAGE);