|
discoverpixy
|
#include "mainwindow.h"#include "ui_mainwindow.h"#include <QDebug>#include <QPainter>#include <math.h>#include <QMouseEvent>#include "touch.h"#include "tft.h"
Macros | |
| #define | DISPLAY_WIDTH 320 |
| #define | DISPLAY_HEIGHT 240 |
Functions | |
| QColor | QColorFromRGB565 (uint16_t color) |
| QRgb | QRgbFromRGB565 (uint16_t color) |
| #define DISPLAY_HEIGHT 240 |
| #define DISPLAY_WIDTH 320 |
| QColor QColorFromRGB565 | ( | uint16_t | color | ) |

| QRgb QRgbFromRGB565 | ( | uint16_t | color | ) |

1.8.9.1