Skip to content

Instantly share code, notes, and snippets.

View ztnel's full-sized avatar
🧬
Building Something New

Christian Sargusingh ztnel

🧬
Building Something New
View GitHub Profile
@ztnel
ztnel / c_cpp_properties.json
Created July 6, 2022 00:40
TI C2000 VSCode (Intellisense) Configuration
{
"env": {
"chipset": "f2838x",
"CCS": "ccs1120",
"TiBase": "/Applications/ti",
"C2000Ware": "c2000/C2000Ware_3_04_00_00",
"CGT": "ti-cgt-c2000_20.2.6.LTS",
"XDCTools": "xdctools_3_62_01_16_core",
"TIBIOS": "bios_6_83_00_18"
},
@ztnel
ztnel / config.txt
Created March 4, 2021 03:51
Screen Rotate for Rasbian Lite on RPi4
...
[pi4]
# dtoverlay=vc4-fkms-v3d # COMMENT THIS LINE: disables 3d acceleration but resolves the driver conflict
max_framebuffers=2
[all]
# dtoverlay=vc4-fkms-v3d
display_overlay=1 # rotate 90° CW
...
FROM nginx:alpine
RUN echo "My app!" > /usr/share/nginx/html/index.html