User Tools

Site Tools


arduino:displays_for_classic_arduinos:display_nokia_5110_u8g2_counter.ino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
arduino:displays_for_classic_arduinos:display_nokia_5110_u8g2_counter.ino [2018/02/01 19:26] mithatarduino:displays_for_classic_arduinos:display_nokia_5110_u8g2_counter.ino [2018/04/23 16:16] (current) mithat
Line 13: Line 13:
    String storage may not be not optimized.    String storage may not be not optimized.
        
-   Inherent frame rate (without additional LOOP_DELAY+   Frame rate without additional LOOP_DELAY is about 
-   is about 10 fps with 8MHz processor +   10 fps with 8MHz processor.
  */  */
  
Line 37: Line 37:
                    RESET_PIN = 8;                    RESET_PIN = 8;
  
-//U8G2_PCD8544_84X48_1_4W_SW_SPI u8g2 = U8G2_PCD8544_84X48_1_4W_SW_SPI(U8G2_R0, CLOCK_PIN, DATA_PIN, CS_PIN, DC_PIN, RESET_PIN);  // SW SPI +U8G2_PCD8544_84X48_1_4W_HW_SPI disp(U8G2_R0, CS_PIN, DC_PIN, RESET_PIN);  // HW SPI
-U8G2_PCD8544_84X48_1_4W_HW_SPI disp = U8G2_PCD8544_84X48_1_4W_HW_SPI(U8G2_R0, CS_PIN, DC_PIN, RESET_PIN);                       // HW SPI+
  
 unsigned int counter = 80; unsigned int counter = 80;
Line 64: Line 63:
   } while (disp.nextPage());   } while (disp.nextPage());
  
-  delay(LOOP_DELAY);+//  delay(LOOP_DELAY);
 } }
 </file> </file>
arduino/displays_for_classic_arduinos/display_nokia_5110_u8g2_counter.ino.1517513196.txt.gz · Last modified: 2018/02/01 19:26 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki