Skip to content

Commit

Permalink
Add includes
Browse files Browse the repository at this point in the history
  • Loading branch information
renzenicolai committed Apr 16, 2022
1 parent 2d5e816 commit c83ac9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/ili9341.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
#include <esp_err.h>
#include <driver/spi_master.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include <freertos/semphr.h>

#define ILI9341_WIDTH 320
#define ILI9341_HEIGHT 240
Expand Down

0 comments on commit c83ac9b

Please sign in to comment.