openpilot v0.2.4 release

old-commit-hash: ecc565aa3f
This commit is contained in:
Vehicle Researcher
2017-01-29 09:20:32 -08:00
parent ed1c0d5fec
commit 7609fa3b51
46 changed files with 5661 additions and 492 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;