LeventeDaradici

128X64 I2C ST7567S COG Graphic Display ARDUINO

Sep 19th, 2022 (edited)
2,933
0
Never
8
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.83 KB | None | 0 0
  1. //
  2. // 128X64 I2C ST7567S COG Graphic Display ARDUINO
  3. //
  4. // https://www.youtube.com/c/LeventeDaradici/videos
  5. // the display was bought from here: https://www.aliexpress.com/item/1005004617618178.html
  6. // short review: https://satelit-info.com/phpBB3/viewtopic.php?f=172&t=3338
  7. //
  8. #include <U8g2lib.h>
  9. #include <Wire.h>
  10.  
  11. U8G2_ST7567_ENH_DG128064I_F_SW_I2C u8g2(U8G2_R0, SCL, SDA, U8X8_PIN_NONE);
  12.  
  13. void setup(void)
  14.      {
  15.         u8g2.setI2CAddress(0x3F * 2);
  16.         u8g2.begin();
  17.         u8g2.clearBuffer(); // clear the internal memory
  18.         u8g2.setFont(u8g2_font_ncenB08_tr);
  19.         //u8g2.setFont(u8g2_font_cu12_tr);
  20.         u8g2.drawStr(0, 10, "Hello World!"); // write something to the internal memory
  21.         u8g2.sendBuffer(); // transfer internal memory to the display
  22.       }
  23. void loop(void)
  24.      {
  25.  
  26.      }
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • Niksazon
    29 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment