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
| 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
| #------------------------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
| from LCD_3inch5 import LCD_3inch5 | |
| 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 |
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_3inch5 import LCD_3inch5 | |
| from machine import Pin | |
| 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 random import randint | |
| from math import sin,cos,pi,radians |
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_3inch5 import LCD_3inch5 | |
| from machine import Pin | |
| 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 random import randint | |
| from math import sin,cos,pi, radians |
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 routines by Inigo Quilez | |
| # https://iquilezles.org/ | |
| from LCD_3inch5 import LCD_3inch5 | |
| import framebuf | |
| import math | |
| from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
| from micropython import const | |
| import array | |
| from usys import exit |
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_3inch5 import LCD_3inch5 | |
| import framebuf | |
| from math import sin,cos,pi, radians | |
| from time import sleep_ms, sleep_us, ticks_diff, ticks_us, sleep | |
| from micropython import const | |
| from uctypes import addressof | |
| import array | |
| from usys import exit | |
| import gc |