This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
raspberrypi:start [2019/05/07 18:48] dwheele [MCP4725 DAC] |
raspberrypi:start [2020/06/25 16:27] (current) dwheele [7-Inch 1024x600 Touch Screen] |
||
|---|---|---|---|
| Line 239: | Line 239: | ||
| ===== 7-Inch 1024x600 Touch Screen ===== | ===== 7-Inch 1024x600 Touch Screen ===== | ||
| - | Also purchased | + | ^Resolution|1024x600 (aspect ratio ~1.71 (128/ |
| + | ^Amazon|[[https:// | ||
| + | ^Version|v2.04| | ||
| + | ^Manufactuer|GeeekPi| | ||
| + | ^Size|SVGA Wide| | ||
| + | ^Purchased|1/ | ||
| + | |||
| + | Purchased | ||
| <code text> | <code text> | ||
| Line 278: | Line 285: | ||
| https:// | https:// | ||
| + | |||
| + | ===== To Code With C ===== | ||
| + | |||
| + | Using " | ||
| + | |||
| + | **On Raspberry Pi** | ||
| + | |||
| + | * Run '' | ||
| + | * '' | ||
| + | |||
| + | **On Windows** | ||
| + | |||
| + | * Run VNC Client. Connect to pi 192.168.0.8. Login with " | ||
| + | * You can see the GUI. Launch Geany | ||
| + | |||
| + | ===== Trying VisualGDB ===== | ||
| + | |||
| + | [9/21/2019] Because I'm doing more programming for the Raspberry Pi, decided to try VisualGDB. This is a go-between which lets you develop in Visual Studio C++, and then build/run on Raspberry Pi. | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | After reviewing some of this, it is very complicated. Trying to use Geany instead on the Raspberry Pi. The code for this is not that involved. | ||
| + | |||