sheenbot∞ Uploader
Bluetooth Not Supported
MicroPython Code Editor
Write your code below and upload it to your sheenbot∞ board via Bluetooth.
import machine import ssd1306 i2c = machine.SoftI2C(scl=machine.Pin(22), sda=machine.Pin(21)) oled = ssd1306.SSD1306_I2C(128, 64, i2c, addr=0x3C) oled.fill(0) oled.text('Hello, ESP32!', 0, 0) oled.text('SSD1306 OK', 0, 8) oled.text('Test Line3', 0, 16) oled.text('Test Line4', 0, 24) oled.text('Test Line5', 0, 32) oled.text('Test Firmware Length', 0, 40) oled.text('2nd Sentence', 0, 48) oled.text('Last Sentence', 0, 56) oled.show()
Check Code with AI
Run after upload
Upload to sheenbot∞