Search found 4 matches
- 08 Feb 2021 03:01
- Forum: CPP4ROBOTS
- Topic: API Specifications / Example Code
- Replies: 2
- Views: 1481
Re: API Specifications / Example Code
If you have already the toolbar installed in Visual Studio, you can access the documentation from there. It is the rightmost button with "?" on.
- 14 Jan 2021 23:07
- Forum: CPP4ROBOTS
- Topic: LCD Display
- Replies: 1
- Views: 1120
LCD Display
Hi it's me once again :) I found using the Draw_Point() function to draw on large areas of the screen to be very slow. I tried to use it to perform some dithering but I had to give up because of how much it slowed it down. It would be possible to either write directly on video memory, or prepare my ...
- 23 Dec 2020 16:38
- Forum: CPP4ROBOTS
- Topic: Motors
- Replies: 3
- Views: 1562
Re: Motors
Hi! It's me again. :) I have some code like this in my program but it's not always behaving as intended. It works most of the times (repeats the loop while the motor is turning), but sometimes it skips it and start executing the following code while the motor is still running. It seems to happen mos...
- 17 Dec 2020 17:16
- Forum: CPP4ROBOTS
- Topic: Motors
- Replies: 3
- Views: 1562
Motors
Hi! First thing want to say is thank you for creating and maintaining cpp4robots! I'm so happy I can finally program EV3 in c++! :D I don't know if I'm doing something wrong but it seems to me that the functions PowerMotor_RotationAngle() and SpeedMotor_RotationAngle() need a positive or negative nu...