openpilot v0.4.4 release

old-commit-hash: 9a9ff839a9b70cb2601d7696af743f5652395389
This commit is contained in:
Vehicle Researcher
2018-04-14 06:10:58 +00:00
parent 8a1cbe6d3a
commit e4ba9edefa
32 changed files with 172 additions and 98 deletions
+2 -2
View File
@@ -56,8 +56,8 @@ extern "C" FramebufferState* framebuffer_init(
status = SurfaceComposerClient::getDisplayInfo(s->dtoken, &s->dinfo);
assert(status == 0);
int orientation = 3; // rotate framebuffer 270 degrees
//int orientation = 1; // rotate framebuffer 90 degrees
//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;