Skip to content

Latest commit

 

History

History
executable file
·
94 lines (68 loc) · 4.75 KB

README.md

File metadata and controls

executable file
·
94 lines (68 loc) · 4.75 KB

SquareLine Studio OBP (Open Board Platform)


If you like this, consider supporting it:

Buy Me a Coffee Subscribe on YouTube


The OBP feature allows you to add custom boards to SquareLine Studio. The board packages need to be copied to the boards folder of SquareLine Studio. The added boards will be displayed on the Launcher screen in the Create menu.

https://docs.squareline.io/docs/obp/

The board package files should be copied to the following path:

  • Windows: C:\Users\USERNAME\Documents\SquareLine\boards
  • Linux: ~/SquareLine/boards
  • MacOS: Users\USERNAME\SquareLine\boards

Supported boards

Support by using the referral link below to purchase the board 🛍️ !

Board 🛍️ Image Resolution My Works
💥 M5Stack
Cardputer alt text 240x135 https://github.com/nishad2m8/GeminiPuter
https://github.com/nishad2m8/Pip-Boy-Weather-Clock
💥 Lilygo
T-Display S3 alt text 320x170 https://github.com/nishad2m8/T-Display-S3-YT
T-Display S3 AMOLED alt text 536x240 https://github.com/nishad2m8/BTC-Ticker
T-Display S3 AMOLED 1.43 alt text 466x466 https://github.com/nishad2m8/T-Display-S3-DS-1.43-YT
T-Display S3 AMOLED 1.64 alt text 280x456 https://github.com/nishad2m8/Pip-Boy-Weather-Clock
T-Display S3 Pro alt text 222x480 https://github.com/nishad2m8/T-Display-S3-Pro-YT
T-Encoder Pro alt text 390x390 https://github.com/nishad2m8/T-Encode-Pro-YT
T-QT C6 alt text 128x128 https://github.com/nishad2m8/T-QT-C6-YT
T-RGB alt text 480x480 https://github.com/nishad2m8/T-RGB-YT
T4-S3 alt text 450x600 https://github.com/nishad2m8/T4-S3-YT
💥 Makerfabs
Rotary IPS-Display 1.28" alt text 240x240 https://github.com/nishad2m8/MaTouch-YT
💥 CYD
ESP32-4848S040C-IY3 alt text 480x480 https://github.com/nishad2m8/Display-Panel-CYD
ESP32-2432S028R alt text 320x240 🚧 WIP

Instruction

alt text

PlatformIO

After exporting, rename the folder and files to match the following structure.


├── Template                              ├── Template
│   └── SLS-OBP-Your-Project              |   └── SLS-OBP-Your-Project
│       ├── libraries                 ➔   │       ├── lib
│       │   └──                           │       │   └── 
│       ├── platformio.ini                │       ├── platformio.ini
│       └── ui                        ➔   │       └── src
│           └── ui.ino                ➔   │           └── main.cpp

Arduino

After exporting, update the Arduino settings → set the Sketchbook location to the → SLS-OBP-Your-Project folder.

├── Template  
│   └── SLS-OBP-Your-Project   
│       ├── libraries             
│       │   └──                          
│       └── ui                        
│           └── ui.ino