Skip to content

Instantly share code, notes, and snippets.

View ltlapy's full-sized avatar
🍱
Make sure you have meals regularly, 3 times a day

Ryu jongheon ltlapy

🍱
Make sure you have meals regularly, 3 times a day
View GitHub Profile

Keybase proof

I hereby claim:

  • I am lptprjh on github.
  • I am lapytopy (https://keybase.io/lapytopy) on keybase.
  • I have a public key ASAlqA26WDQnooV7YqZT_wYl3N3nl0_FZVzdQWfPmS4lwwo

To claim this, I am signing this object:

@ltlapy
ltlapy / OLED_Smartie.ino
Last active September 15, 2017 22:30
OLED-Ported version of Arduino LCD Smartie (Powered by u8x8)
// include the library code:
#include <U8x8lib.h>
// initialize the library
U8X8_SSD1306_128X64_NONAME_HW_I2C u8x8(/* reset=*/ U8X8_PIN_NONE);
// these constants will automatically change by constructor
const int numRows = (int)u8x8.getRows();
const int numCols = (int)u8x8.getCols();