-
dash-to-panel(自己 build 的,應該要 fork 一份到 gh)
-
常用的東西
sudo apt install git curl htop tmux vim| #include <iostream> | |
| #include <vector> | |
| using namespace std; | |
| int main(){ | |
| int T; | |
| cin >> T; | |
| while(T--){ | |
| bool found[200001] = {0}; |
dash-to-panel(自己 build 的,應該要 fork 一份到 gh)
常用的東西
sudo apt install git curl htop tmux vim| /*********************************************************************************** | |
| *This program is a demo of how to use the touch function in a phone GUI | |
| *This demo was made for LCD modules with 8bit or 16bit data port. | |
| *This program requires the the LCDKIWI library. | |
| * File : display_phonecall.ino | |
| * Hardware Environment: Arduino UNO&Mega2560 | |
| * Build Environment : Arduino | |
| *Set the pins to the correct ones for your development shield or breakout board. |