barn53 / CoinThing

a coin ticker display
MIT License
32 stars 8 forks source link

D1 Mini - 404: Not Found #8

Closed sicXnull closed 2 years ago

sicXnull commented 2 years ago

Not sure if this is related to the source or my changes to the D1 Mini w ILI9488 LCD

Currently, I have LCD support and was able to connect to Hotspot and adapt to Wifi. Currently at the "Open Settings" portion on the LCD which correctly displays the IP to VLAN

image

Changes made to .ini file

[env:d1_mini]
platform = espressif8266 @ ^2.6.3
board = d1_mini
framework = arduino
upload_speed = 460800
monitor_speed = 115200

and

-D ILI9488_DRIVER=1         ; Select driver
; -D TFT_INVERSION_ON=1
-D TFT_WIDTH=480
-D TFT_HEIGHT=320
 -D TFT_RGB_ORDER=TFT_RGB    ; Colour order Red-Green-Blue
 -D TFT_RGB_ORDER=TFT_BGR    ; Colour order Blue-Green-Red
 -D LOAD_GLCD=1              ; Load Fonts
 -D LOAD_FONT2=1             ; Load Fonts
 -D LOAD_FONT4=1             ; Load Fonts
 -D LOAD_FONT7=1             ; Load Fonts
-D TFT_MOSI=PIN_D7
-D TFT_SCLK=PIN_D5
-D TFT_CS=PIN_D1
-D TFT_DC=PIN_D3
-D TFT_RST=PIN_D4
-D SPI_FREQUENCY=27000000

Any idea?

sicXnull commented 2 years ago

Update to this.

This was my own fault, Did not notice that Spiffs needed to be loaded WITH the firmware. Currently is working.