Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
project:esp8266_oledx32 [2019/03/06 12:08]
cyberian
project:esp8266_oledx32 [2019/03/07 07:59]
cyberian [Kód programu]
Line 79: Line 79:
   * Adafruit GFX by adafruit (v mé době ver. 1.36)   * Adafruit GFX by adafruit (v mé době ver. 1.36)
  
-Kód je upraveným příkladem pro SSD1306. V místě, kde je komentář "// ZDE VLOZIT hexaznaky bitmapy"​ je nutno vložit kód bitmapy, jehož získání bude popsáno níže. ​+<sxh cpp>/* 
 +This is an example for our Monochrome OLEDs based on SSD1306 ​drivers
  
 +Pick one up today in the adafruit shop!
 +------> http://​www.adafruit.com/​category/​63_98
  
-Kód: +This example ​is for a 128x32 pixel display using I2C to communicate 
-/* +3 pins are required to interface (two I2C and one reset).
- This is an example ​for our Monochrome OLEDs based on SSD1306 drivers+
  
- Pick one up today in the adafruit shop! +Adafruit invests time and resources providing this open 
- ------> http://​www.adafruit.com/​category/​63_98+source code, please support Adafruit and open-source 
 +hardware by purchasing products from Adafruit!
  
- This example is for a 128x32 pixel display using I2C to communicate +Written by Limor Fried/​Ladyada for Adafruit Industries,​ 
- 3 pins are required to interface (two I2C and one reset). +with contributions from the open source community. 
- +BSD license, check license.txt for more information 
- ​Adafruit invests time and resources providing this open +All text above, and the splash screen below must be 
- ​source code, please support Adafruit and open-source +included in any redistribution. 
- ​hardware by purchasing products from Adafruit! +*/
- +
- Written by Limor Fried/​Ladyada for Adafruit Industries,​ +
- with contributions from the open source community. +
- BSD license, check license.txt for more information +
- All text above, and the splash screen below must be +
- ​included in any redistribution. +
- */+
  
 #include <​Wire.h>​ #include <​Wire.h>​
Line 120: Line 116:
  
 //​bitmapa ​ //​bitmapa ​
 +
 static const unsigned char PROGMEM Mari_pole [] =  static const unsigned char PROGMEM Mari_pole [] = 
 { {
Line 446: Line 443:
   delay(1000);​   delay(1000);​
 } }
 +</​sxh>​
  
  
  • project/esp8266_oledx32.txt
  • Last modified: 2019/03/07 10:20
  • by cyberian