Skip to content

Instantly share code, notes, and snippets.

View MartinRGB's full-sized avatar
🎯
Focusing

MartinRGB MartinRGB

🎯
Focusing
View GitHub Profile
@MartinRGB
MartinRGB / LED_Matrix_Guide.md
Created October 20, 2023 09:57
LED Matrix Power GUide
@MartinRGB
MartinRGB / esp32_doit_devkit_v1_st7789.md
Last active October 11, 2023 16:56
esp32 doit devkit v1 with st7789
@MartinRGB
MartinRGB / ili9341_paint_2.4_h.md
Last active October 7, 2023 19:42
ili9341_paint

xpt_movell_2.4_h.py

from machine import Pin, SPI, Timer
from sys import implementation
from os import uname
import ili9341_h
from xglcd_font import XglcdFont
import mySetupX_h
import random
@MartinRGB
MartinRGB / esp32_hello_world_arduino.md
Created September 29, 2023 06:33
ESP32 Hello World

init...

@MartinRGB
MartinRGB / ILI9341_make_option.md
Last active October 11, 2023 21:13
ILI9341 make option

image

cmake -DILI9341=ON -DGPIO_TFT_DATA_CONTROL=24 -DGPIO_TFT_RESET_PIN=25 -DSPI_BUS_CLOCK_DIVISOR=6 -DSTATISTICS=0 -DDISPLAY_ROTATE_180_DEGREES=OFF -DDMA_TX_CHANNEL=0 -DDMA_RX_CHANNEL=5 ..