This website requires JavaScript.
Explore
Help
Register
Sign In
rbxii3
/
firmware
Watch
1
Star
0
Fork
0
You've already forked firmware
mirror of
https://github.com/meshtastic/firmware.git
synced
2025-12-21 10:12:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c22340eaf711415ab1dc8adf0cda99528082c9f0
firmware
/
variants
/
portduino
/
variant.h
3 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
Initial implementation of I2C
2023-11-29 00:48:30 -06:00
#
define HAS_WIRE 1
#
define HAS_SCREEN 1
Portduino work (#3049) * Move to Portduino's getMacAddr() * Add ST7735/S screen support * Push Raspbian support into native target * Remove latent pigpio references. * CardKB defensive programming * Adds configurable spidev * Fixes to build on Fedora 40 * ENUMs are not #defines. Pull latest portduino * Add more configuration options for SPI displays * Add config.yaml option to set DIO3_TCXO_VOLTAGE * change tft clear() to fillScreen() Maintains compatability with ESPI driver. * Adds TXen and RXen pins to portduino * Add -c --config options to specify config file * Fail when a specified config file is unavailable --------- Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2024-01-12 02:00:31 -06:00
#
define CANNED_MESSAGE_MODULE_ENABLE 1
Reference in New Issue
Copy Permalink