This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------YouTube-3DSage---------------------------------------- | |
#Full video: https://youtu.be/PC1RaETIx3Y | |
from raycast_maps import All_Textures,mapW,mapF,mapC | |
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
import framebuf | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from micropython import const | |
import array |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
import framebuf | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from micropython import const | |
import array | |
from usys import exit | |
import gc | |
from math import sin,cos,pi,radians,sqrt,tan | |
from random import randint |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#----------------Based on YouTube-3DSage---------------------------------------- | |
#Full video: https://youtu.be/PC1RaETIx3Y | |
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
import framebuf | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from micropython import const | |
import array | |
from usys import exit | |
import gc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#----------------Based on YouTube-3DSage---------------------------------------- | |
#Full video: https://youtu.be/PC1RaETIx3Y | |
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
import framebuf | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from micropython import const | |
import array | |
from usys import exit | |
import gc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#----------------Based on YouTube-3DSage---------------------------------------- | |
#Full video: https://youtu.be/PC1RaETIx3Y | |
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
import framebuf | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from micropython import const | |
import array | |
from usys import exit | |
import gc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from LCD_1inch14 import LCD_1inch14 | |
from machine import Timer, reset, WDT,PWM,Pin | |
from math import sin,cos,radians | |
#import sys #uselect | |
from random import randint | |
from sys import exit | |
import _thread, array | |
import gc | |
#import micropython |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from machine import Pin,SPI,PWM | |
import framebuf | |
import time | |
BL = 13 | |
DC = 8 | |
RST = 12 | |
MOSI = 11 | |
SCK = 10 | |
CS = 9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
from math import sin,cos,radians | |
import array, micropython, framebuf | |
import _thread, gc | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from sys import exit | |
from uctypes import addressof | |
MAXSCREEN_X=const(240) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Lunar Lander 1 bit plane | |
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
import framebuf | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from micropython import const | |
import array | |
from usys import exit | |
from math import sin,cos,pi,radians,tan, degrees, atan2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gc9a01 | |
from machine import Pin, SPI, PWM, WDT | |
import framebuf | |
from usys import exit | |
import _thread | |
import array, gc | |
from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
from uctypes import addressof | |
from micropython import const |