File tree Expand file tree Collapse file tree
src/rachel/apps/app_screencast Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55![ ] ( https://github.com/Forairaaaaa/rachel_sdk_simulator/blob/main/pics/cover_smaller.jpg?raw=true )
66
7+
8+
9+ # Rachel
10+
11+ ESP32 迷你游戏机,很复古,什么也做不到(悲)
12+
13+ 项目目的:卖萌
14+
15+ 元件都是 ` 0603 ` 哦,铁板烧就能焊
16+
17+ 视频介绍:[ https://www.bilibili.com/video/BV1Ga4y1f7d3/ ] ( https://www.bilibili.com/video/BV1Ga4y1f7d3/ )
18+
19+ 硬件开源:[ https://oshwhub.com/eedadada/mason ] ( https://oshwhub.com/eedadada/mason )
20+
21+
22+
723# Rachel SDK
824
925## 编译
Original file line number Diff line number Diff line change 1616
1717// Not enough ram, enable this arduino wifi shit cause font loading from sd card filed
1818// push png filed, nofrendo load rom loading failed
19- #define ENABLE_APP_SCREENCAST 1
19+ #define ENABLE_APP_SCREENCAST 0
2020
2121#ifdef ESP_PLATFORM
2222#if ENABLE_APP_SCREENCAST
@@ -109,10 +109,10 @@ void AppScreencast::onRunning()
109109 HAL::Reboot ();
110110 }
111111 delete recv;
112- #endif
113112
114113 // :(
115114 HAL::Reboot ();
115+ #endif
116116
117117 destroyApp ();
118118}
You can’t perform that action at this time.
0 commit comments