openpilot v0.2.4 release

This commit is contained in:
Vehicle Researcher
2017-01-29 09:20:32 -08:00
parent db61810f98
commit ecc565aa3f
46 changed files with 7529 additions and 490 deletions
+1
View File
@@ -53,6 +53,7 @@ extern "C" FramebufferState* framebuffer_init(
assert(status == 0);
int orientation = 3; // rotate framebuffer 270 degrees
//int orientation = 1; // rotate framebuffer 90 degrees
if(orientation == 1 || orientation == 3) {
int temp = s->dinfo.h;
s->dinfo.h = s->dinfo.w;