Skip to content

Commit

Permalink
Release v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
justcallmekoko committed Jul 15, 2020
1 parent 6490a12 commit 140451b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!---[![Build Status](https://travis-ci.com/justcallmekoko/ESP32Marauder.svg?branch=master)](https://travis-ci.com/justcallmekoko/ESP32Marauder)--->
<!---Shields/Badges https://shields.io/--->

# ESP32 Marauder v0.6.7
# ESP32 Marauder v0.6.8
<p align="center"><img alt="Marauder logo" src="https://github.com/justcallmekoko/ESP32Marauder/blob/master/pictures/marauder3L.jpg?raw=true" width="300"></p>
<p align="center">
<b>A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32</b>
Expand Down
6 changes: 3 additions & 3 deletions esp32_marauder/Display.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
//#include <SimpleList.h>
#include <LinkedList.h>
#include <SPI.h>
#include <lvgl.h>
//#include <lvgl.h>
#include <Ticker.h>
#include "SPIFFS.h"
#include "Assets.h"

#include <TFT_eSPI.h>

//#define TFT_SHIELD
#define TFT_DIY
#define TFT_SHIELD
//#define TFT_DIY

#define SCREEN_WIDTH 240
#define SCREEN_HEIGHT 320
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 140451b

Please sign in to comment.